home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / mail / YAM22src.lha / YAM.cd < prev    next >
Text File  |  2000-11-03  |  74KB  |  4,098 lines

  1. #language english
  2. #version 5
  3. ;
  4. ; General
  5. ;
  6. MSG_Folder (//)
  7. Folder
  8. ;
  9. MSG_Message (//)
  10. Message
  11. ;
  12. MSG_Attachments (//)
  13. Attachments
  14. ;
  15. MSG_Options (//)
  16. Options
  17. ;
  18. MSG_Add (//)
  19. _New
  20. ;
  21. MSG_Del (//)
  22. _Delete
  23. ;
  24. MSG_New (//)
  25. New
  26. ;
  27. MSG_Open (//)
  28. Open...
  29. ;
  30. MSG_Append (//)
  31. Append...
  32. ;
  33. MSG_Save (//)
  34. Save
  35. ;
  36. MSG_SaveAs (//)
  37. Save as...
  38. ;
  39. MSG_Print (//)
  40. Print...
  41. ;
  42. MSG_Edit (//)
  43. Edit...
  44. ;
  45. MSG_Display (//)
  46. Display
  47. ;
  48. MSG_Filter (//)
  49. Filter
  50. ;
  51. MSG_Process (//)
  52. Process
  53. ;
  54. MSG_Okay (//)
  55. _Okay
  56. ;
  57. MSG_Use (//)
  58. _Use
  59. ;
  60. MSG_Cancel (//)
  61. _Cancel
  62. ;
  63. MSG_Yes (//)
  64. _Yes
  65. ;
  66. MSG_No (//)
  67. _No
  68. ;
  69. MSG_OkayReq (//)
  70. *_Okay
  71. ;
  72. MSG_OkayCancelReq (//)
  73. *_Okay|_Cancel
  74. ;
  75. MSG_YesNoReq (//)
  76. *_Yes|_No
  77. ;
  78. MSG_ErrorReq (//)
  79. Error
  80. ;
  81. MSG_NewEntry (//)
  82. - new -
  83. ;
  84. MSG_Unnamed (//)
  85. unnamed
  86. ;
  87. MSG_Bytes (//)
  88. bytes
  89. ;
  90. MSG_Date (//)
  91. Date
  92. ;
  93. MSG_Sender (//)
  94. Sender
  95. ;
  96. MSG_Recipient (//)
  97. Recipient
  98. ;
  99. MSG_Subject (//)
  100. Subject
  101. ;
  102. MSG_Size (//)
  103. Size
  104. ;
  105. MSG_Status (//)
  106. Status
  107. ;
  108. MSG_FolderList (//)
  109. Folder list
  110. ;
  111. MSG_MessageList (//)
  112. Message list
  113. ;
  114. MSG_Realname (//)
  115. Real name
  116. ;
  117. MSG_Filename (//)
  118. Filename
  119. ;
  120. MSG_Alias (//)
  121. Alias
  122. ;
  123. MSG_Description (//)
  124. Description
  125. ;
  126. MSG_DOB (//)
  127. Date of birth
  128. ;
  129. MSG_City (//)
  130. City
  131. ;
  132. MSG_Country (//)
  133. Country
  134. ;
  135. MSG_Street (//)
  136. Street
  137. ;
  138. MSG_Phone (//)
  139. Phone
  140. ;
  141. MSG_Name (//)
  142. Name
  143. ;
  144. MSG_Email (//)
  145. Email address
  146. ;
  147. MSG_Address (//)
  148. Address
  149. ;
  150. MSG_ReturnAddress (//)
  151. Return address
  152. ;
  153. MSG_SenderRecpt (//)
  154. Sender/recipient
  155. ;
  156. MSG_MessageDate (//)
  157. Message date
  158. ;
  159. MSG_Unread (//)
  160. Unread
  161. ;
  162. MSG_Total (//)
  163. Total
  164. ;
  165. MSG_From (//)
  166. From
  167. ;
  168. MSG_To (//)
  169. To
  170. ;
  171. MSG_Default (//)
  172. default
  173. ;
  174. MSG_Columns (//)
  175. Columns
  176. ;
  177. MSG_Path (//)
  178. Path
  179. ;
  180. MSG_Directory (//)
  181. Directory
  182. ;
  183. ; Module Root
  184. ;
  185. MSG_Copyright1 (//)
  186. OpenSource Email package for the Amiga\nCopyright © 1995-2000 Marcel Beck
  187. ;
  188. MSG_Version (//)
  189. Version:
  190. ;
  191. MSG_CompilationDate (//)
  192. Compilation date:
  193. ;
  194. MSG_Copyright2 (//)
  195. This program is free software; you're welcome to distribute and/or modify it under the terms of the GNU Public License. See the enclosed documents for more details.\n
  196. ;
  197. MSG_UsedSoftware (//)
  198. This application uses the following third party software:\n
  199. ;
  200. MSG_WebSite (//)
  201. The latest news about YAM can be found at the YAM Support Site at \e5http://www.yam.ch
  202. ;
  203. MSG_UserLogin (//)
  204. Click your name to login
  205. ;
  206. MSG_AppDescription (//)
  207. SMTP/POP3 Client & Mailer for AmiTCP
  208. ;
  209. MSG_ErrorStartup (//)
  210. Error during startup
  211. ;
  212. MSG_Quit (//)
  213. Quit
  214. ;
  215. MSG_ErrorLib (//)
  216. Can't open library '%s', version %ld
  217. ;LIBRARY_NAME, LIBRARY_VERSION
  218. ;
  219. MSG_LoadingConfig (//)
  220. Loading configuration...
  221. ;
  222. MSG_CreatingGUI (//)
  223. Creating user interface...
  224. ;
  225. MSG_ErrorMuiApp (//)
  226. Can't create application
  227. ;
  228. MSG_RebuildIndices (//)
  229. Rebuilding folders' indices...
  230. ;
  231. MSG_LoadingFolders (//)
  232. Loading folders...
  233. ;
  234. MSG_LoadingABook (//)
  235. Loading address book...
  236. ;
  237. MSG_InitLibs (//)
  238. Initialising libraries and classes...
  239. ;
  240. MSG_ErrorClasses (//)
  241. Can't create MUI custom classes
  242. ;
  243. MSG_ErrorAslStruct (//)
  244. Can't allocate ASL structure
  245. ;
  246. MSG_ErrorTimer (//)
  247. Can't open timer.device
  248. ;
  249. MSG_ErrorARexx (//)
  250. Can't create ARexx port
  251. ;
  252. MSG_LoadingGFX (//)
  253. Loading graphics...
  254. ;
  255. MSG_SendStartReq (//)
  256. The outgoing folder contains unsent mail.\nDo you want to send these messages now?
  257. ;
  258. MSG_QuitYAMReq (//)
  259. Do you really want to quit YAM?
  260. ;
  261. MSG_CTtextplain (//)
  262. plain text
  263. ;
  264. MSG_CTtexthtml (//)
  265. HTML document
  266. ;
  267. MSG_CTtextaguide (//)
  268. AmigaGuide document
  269. ;
  270. MSG_CTapplicationoctetstream (//)
  271. binary file
  272. ;
  273. MSG_CTapplicationpostscript (//)
  274. Postscript document
  275. ;
  276. MSG_CTapplicationrtf (//)
  277. Rich Text Format
  278. ;
  279. MSG_CTapplicationlha (//)
  280. LhA archive
  281. ;
  282. MSG_CTapplicationlzx (//)
  283. LZX archive
  284. ;
  285. MSG_CTapplicationzip (//)
  286. ZIP archive
  287. ;
  288. MSG_CTapplicationamigaexe (//)
  289. Amiga executable
  290. ;
  291. MSG_CTimagejpeg (//)
  292. JPEG/JFIF picture
  293. ;
  294. MSG_CTimagegif (//)
  295. GIF picture
  296. ;
  297. MSG_CTimagepng (//)
  298. PNG picture
  299. ;
  300. MSG_CTimagetiff (//)
  301. TIFF picture
  302. ;
  303. MSG_CTimageilbm (//)
  304. Amiga IFF-ILBM picture
  305. ;
  306. MSG_CTaudiobasic (//)
  307. UNIX audio file
  308. ;
  309. MSG_CTaudio8svx (//)
  310. Amiga IFF-8SVX audio
  311. ;
  312. MSG_CTaudiowav (//)
  313. Microsoft WAV audio
  314. ;
  315. MSG_CTvideompeg (//)
  316. MPEG video stream
  317. ;
  318. MSG_CTvideoquicktime (//)
  319. Apple QuickTime video
  320. ;
  321. MSG_CTvideoanim (//)
  322. Amiga IFF-ANIM video
  323. ;
  324. MSG_CTvideomsvideo (//)
  325. Microsoft AVI video
  326. ;
  327. MSG_CTmessagerfc822 (//)
  328. E-mail message
  329. ;
  330. ; Logfile entries
  331. ;
  332. MSG_LOG_Started (//)
  333. YAM started
  334. ;
  335. MSG_LOG_Terminated (//)
  336. YAM terminated
  337. ;
  338. MSG_LOG_LoggedIn (//)
  339. Logged in as user '%s'
  340. ; USER_NAME
  341. ;
  342. MSG_LOG_LoggedInVerbose (//)
  343. Logged in as '%s', using configuration '%s' and mail directory '%s'
  344. ; USER_NAME, CONFIG_FILE, FOLDER_PATH
  345. ;
  346. MSG_LOG_Deleting (//)
  347. Deleted %ld message(s) in folder '%s'
  348. ; COUNT, FOLDER
  349. ;
  350. MSG_LOG_DeletingVerbose (//)
  351. Deleted message from '%s' about '%s' in folder '%s'
  352. ; SENDER, SUBJECT, FOLDER
  353. ;
  354. MSG_LOG_Moving (//)
  355. Moved %ld message(s) from folder '%s' to '%s'
  356. ; COUNT, FOLDER, FOLDER
  357. ;
  358. MSG_LOG_MovingVerbose (//)
  359. Moved message from '%s' about '%s' from folder '%s' to '%s'
  360. ; SENDER, SUBJECT, FOLDER, FOLDER
  361. ;
  362. MSG_LOG_Copying (//)
  363. Copied %ld message(s) from folder '%s' to '%s'
  364. ; COUNT, FOLDER, FOLDER
  365. ;
  366. MSG_LOG_CopyingVerbose (//)
  367. Copied message from '%s' about '%s' from folder '%s' to '%s'
  368. ; SENDER, SUBJECT, FOLDER, FOLDER
  369. ;
  370. MSG_LOG_ConnectPOP (//)
  371. Logged in on POP3 account '%s@%s': %ld messages waiting
  372. ; USER_ID, HOST, COUNT
  373. ;
  374. MSG_LOG_RetrievingVerbose (//)
  375. Retrieved message from '%s' about '%s' (%ld bytes)
  376. ; SENDER, SUBJECT, SIZE
  377. ;
  378. MSG_LOG_Retrieving (//)
  379. Retrieved %ld message(s) from POP3 account '%s@%s'
  380. ; COUNT, USER_ID, HOST
  381. ;
  382. MSG_LOG_ConnectSMTP (//)
  383. Connected to SMTP server '%s'
  384. ; HOST
  385. ;
  386. MSG_LOG_SendingVerbose (//)
  387. Sent message to '%s' about '%s' (%ld bytes)
  388. ; RECIPIENT, SUBJECT, SIZE
  389. ;
  390. MSG_LOG_Sending (//)
  391. Sent %ld message(s) using SMTP server '%s'
  392. ; COUNT, HOST
  393. ;
  394. MSG_LOG_Editing (//)
  395. Edited message from '%s' to '%s' about '%s'
  396. ; SENDER, RECIPIENT, SUBJECT
  397. ;
  398. MSG_LOG_Creating (//)
  399. Wrote new message for '%s' about '%s', including %ld attachment(s)
  400. ; RECIPIENT, SUBJECT, COUNT
  401. ;
  402. MSG_LOG_Replying (//)
  403. Replied message from '%s' about '%s'
  404. ; SENDER, SUBJECT
  405. ;
  406. MSG_LOG_Bouncing (//)
  407. Bounced message from '%s' about '%s' to '%s'
  408. ; SENDER, SUBJECT, RECIPIENT
  409. ;
  410. MSG_LOG_Forwarding (//)
  411. Forwarded message from '%s' about '%s' to '%s'
  412. ; SENDER, SUBJECT, RECIPIENT
  413. ;
  414. MSG_LOG_Filtering (//)
  415. Filtered %ld message(s) in folder '%s': %ld match(es)
  416. ; COUNT, FOLDER, COUNT
  417. ;
  418. MSG_LOG_SavingConfig (//)
  419. Saved configuration file '%s'
  420. ; CONFIG_FILE
  421. ;
  422. MSG_LOG_SavingABook (//)
  423. Saved address book '%s'
  424. ; FILENAME
  425. ;
  426. MSG_LOG_SavingUsers (//)
  427. Saved user configuration
  428. ;
  429. MSG_LOG_NewAddress (//)
  430. Added address book entry '%s'
  431. ; ALIAS
  432. ;
  433. MSG_LOG_Importing (//)
  434. Imported %ld message(s) from file '%s' into folder '%s'
  435. ; COUNT, FILENAME, FOLDER
  436. ;
  437. MSG_LOG_Exporting (//)
  438. Exported %ld message(s) from folder '%s' to file '%s'
  439. ; COUNT, FOLDER, FILENAME
  440. ;
  441. MSG_LOG_SavingAtt (//)
  442. Saved attachment '%s' of message '%s' in folder '%s'
  443. ; FILENAME, MAILFILE, FOLDER
  444. ;
  445. MSG_LOG_CroppingAtt (//)
  446. Cropped attachment(s) of message '%s' in folder '%s'
  447. ; MAILFILE, FOLDER
  448. ;
  449. MSG_LOG_ChangingSubject (//)
  450. Changed subject '%s' of message '%s' in folder '%s' to '%s'
  451. ; SUBJECT, MAILFILE, FOLDER, SUBJECT
  452. ;
  453. ;
  454. ; Module UT - Procedures
  455. ;
  456. MSG_UT_Save (//)
  457. Save
  458. ;
  459. MSG_UT_Load (//)
  460. Load
  461. ;
  462. MSG_UT_PGPPassReq (//)
  463. Please enter your PGP pass phrase:
  464. ;
  465. MSG_UT_AppStats (//)
  466. New:%ld Total:%ld
  467. ; COUNT, COUNT
  468. ;
  469. MSG_UT_NoPrinter (//)
  470. No printer or printer offline!
  471. ;
  472. MSG_UT_NoPaper (//)
  473. Out of paper!
  474. ;
  475. ; Module MA - Procedures
  476. ;
  477. MSG_MA_GetFolderPass (//)
  478. Folder '%s' is a protected folder.\nPlease enter the password to unlock it:
  479. ; FOLDER
  480. ;
  481. MSG_MA_LatestVersion (//)
  482. Latest version: %s (%2ld.%02ld.%ld)\nThis version: %s (%s)\n\n%s
  483. ; VERSION_NUMBER, DAY, MONTH, YEAR, VERSION_NUMBER, DATE, TEXT
  484. ;
  485. MSG_MA_NewVersion (//)
  486. \e8A new version is available at the YAM homepage!
  487. ;
  488. MSG_MA_NoNewVersion (//)
  489. You're already using the latest version.
  490. ;
  491. MSG_MA_VersionReqOpt (//)
  492. _Visit homepage|*_Cancel
  493. ;
  494. MSG_MA_ReplyReq (//)
  495. The selected message has multiple recipients.\nDo you want to send the reply...
  496. ;
  497. MSG_MA_ReplyReqOpt (//)
  498. *...to the\n_sender|...to the sender and\n_all recipients|...to the\n_recipients|_Cancel
  499. ;
  500. MSG_MA_CompareReq (//)
  501. Sender address (From) is <%s>, but\nreturn address (Reply-To) is <%s>.\nWhich address do you want to use?
  502. ; ADDRESS, ADDRESS
  503. ;
  504. MSG_MA_Compare3ReqOpt (//)
  505. _From|*_Reply-To|_Both|_Cancel
  506. ;
  507. MSG_MA_Compare2ReqOpt (//)
  508. _From|*_Reply-To|_Cancel
  509. ;
  510. MSG_MA_AttachRemoved (//)
  511. \n_The following attachments have been removed manually:_\n
  512. ;
  513. MSG_MA_ConfirmReq (//)
  514. Please confirm...
  515. ;
  516. MSG_MA_ConfirmDel (//)
  517. Please confirm deletion.
  518. ;
  519. MSG_MA_1Selected (//)
  520. One message selected.\n
  521. ;
  522. MSG_MA_xSelected (//)
  523. %ld messages selected.\n
  524. ; COUNT
  525. ;
  526. MSG_MA_ConfirmFilter (//)
  527. Is it okay to filter all the messages\nin the folder '%s'?
  528. ; FOLDER
  529. ;
  530. MSG_MA_FilterStats (//)
  531. Filtering done:\n%3ld messages checked,\n%3ld forwarded,\n%3ld archived,\n%3ld deleted
  532. ; COUNT, COUNT, COUNT, COUNT
  533. ;
  534. MSG_MA_ExportAppendReq (//)
  535. The output file already exists. Do you want\nto overwrite it or append the messages?
  536. ;
  537. MSG_MA_ExportAppendOpts (//)
  538. *_Overwrite|_Append|_Cancel
  539. ;
  540. MSG_MA_MoveMsg (//)
  541. Move message(s)
  542. ;
  543. MSG_MA_MoveMsgReq (//)
  544. Please select a destination folder:
  545. ;
  546. MSG_MA_MoveGad (//)
  547. _Move
  548. ;
  549. MSG_MA_CopyMsg (//)
  550. Copy message(s)
  551. ;
  552. MSG_MA_CopyGad (//)
  553. Cop_y
  554. ;
  555. MSG_MA_ChangeSubjReq (//)
  556. Enter a new subject:
  557. ;
  558. MSG_MA_All (//)
  559. All
  560. ;
  561. MSG_MA_Cancel (//)
  562. \ebCancel
  563. ;
  564. MSG_MA_TitleStatus (//)
  565. Status
  566. ;
  567. MSG_MA_Scripts (//)
  568. Scripts
  569. ;
  570. MSG_MA_ExecuteScript (//)
  571. Execute script...
  572. ;
  573. MSG_MA_CheckSingle (//)
  574. Check single account
  575. ;
  576. MSG_MA_FolderInfo (//)
  577. \ebCurrent folder\en\nName: %s\nPath: %s\nSize: %ld bytes\nMessages: %ld (%ld new, %ld unread)
  578. ; NAME, PATH, SIZE, COUNT, COUNT, COUNT
  579. ;
  580. MSG_MA_MessageInfo (//)
  581. \ebCurrent message\en\nFrom: %s <%s>\nTo: %s <%s>\nSubject: %s\nDate: %s\nFilename: %s\nSize: %ld bytes
  582. ; NAME, ADDRESS, NAME, ADDRESS, SUBJECT, DATE, FILENAME, SIZE
  583. ;
  584. MSG_MA_WinTitle (//)
  585. Amiga YAM %s  -  User: %s
  586. ; VERSION, NAME
  587. ;
  588. MSG_MA_ToPrefix (//)
  589. \ebTo: \en
  590. ;
  591. ; Module MA - Window
  592. ;
  593. MSG_MA_Incoming (//)
  594. Incoming
  595. ;
  596. MSG_MA_Outgoing (//)
  597. Outgoing
  598. ;
  599. MSG_MA_Sent (//)
  600. Sent
  601. ;
  602. MSG_MA_Deleted (//)
  603. Deleted
  604. ;
  605. MSG_MA_Archived (//)
  606. Archived
  607. ;
  608. ; Module MA - Toolbar
  609. ;
  610. MSG_MA_TBRead (//)
  611. Rea_d
  612. ;
  613. MSG_MA_TBEdit (//)
  614. _Edit
  615. ;
  616. MSG_MA_TBMove (//)
  617. _Move
  618. ;
  619. MSG_MA_TBDelete (//)
  620. De_lete
  621. ;
  622. MSG_MA_TBGetAddr (//)
  623. Ge_tAdd
  624. ;
  625. MSG_MA_TBWrite (//)
  626. _New
  627. ;
  628. MSG_MA_TBReply (//)
  629. _Reply
  630. ;
  631. MSG_MA_TBForward (//)
  632. For_ward
  633. ;
  634. MSG_MA_TBGetMail (//)
  635. _Get
  636. ;
  637. MSG_MA_TBSendAll (//)
  638. _Send
  639. ;
  640. MSG_MA_TBFilter (//)
  641. F_ilter
  642. ;
  643. MSG_MA_TBFind (//)
  644. _Find
  645. ;
  646. MSG_MA_TBAddrBook (//)
  647. _Addr
  648. ;
  649. MSG_MA_TBConfig (//)
  650. _Config
  651. ;
  652. ; Module MA - Menus
  653. ;
  654. MSG_MA_Project (//)
  655. Project
  656. ;
  657. MSG_MA_About (//)
  658. About...
  659. ;
  660. MSG_MA_AboutMUI (//)
  661. About MUI...
  662. ;
  663. MSG_MA_CheckVersion (//)
  664. Check version
  665. ;
  666. MSG_MA_LastErrors (//)
  667. Show last message
  668. ;
  669. MSG_MA_Restart (//)
  670. Restart
  671. ;
  672. MSG_MA_Hide (//)
  673. Hide
  674. ;
  675. MSG_MA_Quit (//)
  676. Quit
  677. ;
  678. MSG_MA_NewFolder (//)
  679. New folder...
  680. ;
  681. MSG_MA_NewSeparator (//)
  682. New separator...
  683. ;
  684. MSG_MA_SortOrder (//)
  685. Order
  686. ;
  687. MSG_MA_OSave (//)
  688. Save
  689. ;
  690. MSG_MA_Reset (//)
  691. Reset
  692. ;
  693. MSG_MA_Select (//)
  694. Select
  695. ;
  696. MSG_MA_SelectAll (//)
  697. All
  698. ;
  699. MSG_MA_SelectNone (//)
  700. None
  701. ;
  702. MSG_MA_SelectToggle (//)
  703. Toggle
  704. ;
  705. MSG_MA_MSearch (//)
  706. Search...
  707. ;
  708. MSG_MA_MFilter (//)
  709. Filter
  710. ;
  711. MSG_MA_RemoveDeleted (//)
  712. Empty trash
  713. ;
  714. MSG_MA_UpdateIndex (//)
  715. Update index
  716. ;
  717. MSG_MA_FlushIndices (//)
  718. Flush indices
  719. ;
  720. MSG_MA_ExportMessages (//)
  721. Export...
  722. ;
  723. MSG_MA_ImportMessages (//)
  724. Import...
  725. ;
  726. MSG_MA_MSendAll (//)
  727. Send queued mail
  728. ;
  729. MSG_MA_Exchange (//)
  730. Exchange mail
  731. ;
  732. MSG_MA_MGetMail (//)
  733. Get new mail
  734. ;
  735. MSG_MA_MRead (//)
  736. Read
  737. ;
  738. MSG_MA_MEdit (//)
  739. Edit
  740. ;
  741. MSG_MA_MDelete (//)
  742. Delete
  743. ;
  744. MSG_MA_MMove (//)
  745. Move...
  746. ;
  747. MSG_MA_MCopy (//)
  748. Copy...
  749. ;
  750. MSG_MA_Save (//)
  751. Save...
  752. ;
  753. MSG_MA_Crop (//)
  754. Crop
  755. ;
  756. MSG_MA_MReply (//)
  757. Reply...
  758. ;
  759. MSG_MA_MForward (//)
  760. Forward...
  761. ;
  762. MSG_MA_MBounce (//)
  763. Bounce...
  764. ;
  765. MSG_MA_MGetAddress (//)
  766. Save address...
  767. ;
  768. MSG_MA_SetStatus (//)
  769. Set status to
  770. ;
  771. MSG_MA_ToUnread (//)
  772. Unread
  773. ;
  774. MSG_MA_ToRead (//)
  775. Read
  776. ;
  777. MSG_MA_ToHold (//)
  778. Hold
  779. ;
  780. MSG_MA_ToQueued (//)
  781. Queued
  782. ;
  783. MSG_MA_ChangeSubj (//)
  784. Change subject...
  785. ;
  786. MSG_MA_MSend (//)
  787. Send
  788. ;
  789. MSG_MA_Settings (//)
  790. Settings
  791. ;
  792. MSG_MA_MAddrBook (//)
  793. Address Book...
  794. ;
  795. MSG_MA_MConfig (//)
  796. Configuration...
  797. ;
  798. MSG_MA_MUsers (//)
  799. Users...
  800. ;
  801. ; Module MA - Bubblehelp
  802. ;
  803. MSG_HELP_MA_BT_READ (//)
  804. Display contents of\nselected message
  805. ;
  806. MSG_HELP_MA_BT_EDIT (//)
  807. Modify the\nselected message
  808. ;
  809. MSG_HELP_MA_BT_MOVE (//)
  810. Move selected message(s)\nto another folder
  811. ;
  812. MSG_HELP_MA_BT_DELETE (//)
  813. Delete selected message(s)
  814. ;
  815. MSG_HELP_MA_BT_GETADDRESS (//)
  816. Save sender's address\nin your address book
  817. ;
  818. MSG_HELP_MA_BT_WRITE (//)
  819. Compose a new message
  820. ;
  821. MSG_HELP_MA_BT_REPLY (//)
  822. Reply to selected message
  823. ;
  824. MSG_HELP_MA_BT_FORWARD (//)
  825. Forward selected message\nto another recipient
  826. ;
  827. MSG_HELP_MA_BT_POPNOW (//)
  828. Connect to the mail server\nand download new messages
  829. ;
  830. MSG_HELP_MA_BT_SENDALL (//)
  831. Send queued messages\nin the outgoing folder
  832. ;
  833. MSG_HELP_MA_BT_FILTER (//)
  834. Apply filters to all\nmessages in this folder
  835. ;
  836. MSG_HELP_MA_BT_SEARCH (//)
  837. Search your mail folders
  838. ;
  839. MSG_HELP_MA_BT_ABOOK (//)
  840. Open the address book
  841. ;
  842. MSG_HELP_MA_BT_CONFIG (//)
  843. Modify YAM's preferences
  844. ;
  845. ;
  846. ; Module CO - Procedures
  847. ;
  848. MSG_CO_SelectDir (//)
  849. Please select a directory for the new folder:
  850. ;
  851. MSG_CO_ChangeFolderPass (//)
  852. Enter a new password for this folder:
  853. ;
  854. MSG_CO_RetypePass (//)
  855. Please re-type the password:
  856. ;
  857. MSG_CO_ConfirmDelete (//)
  858. All messages in this folder will be lost!\nDo you really want to delete it?
  859. ;
  860. MSG_CO_InvalidConf (//)
  861. Invalid configuration (missing hostname\n or email address)\n\nPlease fill in these fields and try again!
  862. ;
  863. MSG_CO_ImportMIMEReq (//)
  864. Import settings from...
  865. ;
  866. MSG_CO_ImportMIMEGads (//)
  867. *_MIME.prefs|m_ailcap|m_ime.types|_Cancel
  868. ;
  869. MSG_CO_NewIntroDef (//)
  870. Hello,\\\\n
  871. ;
  872. MSG_CO_AltRepIntroDef (//)
  873.  
  874. ;
  875. MSG_CO_AltRepPatternDef (//)
  876.  
  877. ;
  878. MSG_CO_ForwardIntroDef (//)
  879. *** Begin of forwarded message ***\\\\n\\\\nDate: %d %t\\\\nFrom: %n <%e>\\\\nSubject: %s\\\\n\\\\n--- Forwarded message follows ---\\\\n\\\\n
  880. ;
  881. MSG_CO_ForwardFinishDef (//)
  882. *** End of forwarded message ***\\\\n
  883. ;
  884. MSG_CO_GreetingsDef (//)
  885. Kind regards
  886. ;
  887. MSG_CO_AltRepHelloDef (//)
  888.  
  889. ;
  890. MSG_CO_AltRepByeDef (//)
  891.  
  892. ;
  893. MSG_CO_MLRepHelloDef (//)
  894.  
  895. ;
  896. MSG_CO_MLRepIntroDef (//)
  897. On %d, %n wrote:\\\\n
  898. ;
  899. MSG_CO_MLRepByeDef (//)
  900. Regards
  901. ;
  902. MSG_CO_LineBreak (//)
  903. \\\\n  Line break
  904. ;
  905. MSG_CO_SenderName (//)
  906. %n  Original sender: Name
  907. ;
  908. MSG_CO_SenderFirstname (//)
  909. %f  Original sender: First name
  910. ;
  911. MSG_CO_SenderAddress (//)
  912. %e  Original sender: Address
  913. ;
  914. MSG_CO_SenderSubject (//)
  915. %s  Original message: Subject
  916. ;
  917. MSG_CO_SenderDate (//)
  918. %d  Original message: Date
  919. ;
  920. MSG_CO_SenderTime (//)
  921. %t  Original message: Time
  922. ;
  923. MSG_CO_SenderDOW (//)
  924. %w  Original message: Day of week
  925. ;
  926. MSG_CO_SenderMsgID (//)
  927. %m  Original message: Message ID
  928. ;
  929. MSG_CO_SenderInitials (//)
  930. %i  Original sender: Initials
  931. ;
  932. MSG_CO_Sender2Initials (//)
  933. %j  Original sender: Two initials
  934. ;
  935. MSG_CO_RecptName (//)
  936. %r  Recipient: Name
  937. ;
  938. MSG_CO_RecptFirstname (//)
  939. %v  Recipient: First name
  940. ;
  941. MSG_CO_RecptAddress (//)
  942. %a  Recipient: Address
  943. ;
  944. MSG_CO_ORecptName (//)
  945. %r  Original recipient: Name
  946. ;
  947. MSG_CO_ORecptFirstname (//)
  948. %v  Original recipient: First name
  949. ;
  950. MSG_CO_ORecptAddress (//)
  951. %a  Original recipient: Address
  952. ;
  953. MSG_CO_CompleteHeader (//)
  954. %h  Complete header
  955. ;
  956. MSG_CO_ArchiveName (//)
  957. %a  Filename of archive
  958. ;
  959. MSG_CO_ArchiveFiles (//)
  960. %f  Files to be archived
  961. ;
  962. MSG_CO_ArchiveFilelist (//)
  963. %l  List containing filenames
  964. ;
  965. ; Module CO - Window
  966. ;
  967. MSG_CO_CrdFirstSteps (//)
  968. First steps
  969. ;
  970. MSG_CO_CrdTCPIP (//)
  971. TCP/IP
  972. ;
  973. MSG_CO_CrdNewMail (//)
  974. New mail
  975. ;
  976. MSG_CO_CrdFilters (//)
  977. Filters
  978. ;
  979. MSG_CO_CrdRead (//)
  980. Read
  981. ;
  982. MSG_CO_CrdWrite (//)
  983. Write
  984. ;
  985. MSG_CO_CrdReply (//)
  986. Reply
  987. ;
  988. MSG_CO_CrdSignature (//)
  989. Signature
  990. ;
  991. MSG_CO_CrdLists (//)
  992. Lists
  993. ;
  994. MSG_CO_CrdMIME (//)
  995. MIME
  996. ;
  997. MSG_CO_CrdSecurity (//)
  998. Security
  999. ;
  1000. MSG_CO_CrdMixed (//)
  1001. Miscellaneous
  1002. ;
  1003. MSG_CO_CrdScripts (//)
  1004. ARexx
  1005. ;
  1006. MSG_CO_CrdStartQuit (//)
  1007. Start/Quit
  1008. ;
  1009. MSG_CO_CrdABook (//)
  1010. Address book
  1011. ;
  1012. MSG_CO_Save (//)
  1013. _Save
  1014. ;
  1015. MSG_CO_Use (//)
  1016. _Use
  1017. ;
  1018. MSG_CO_Cancel (//)
  1019. _Cancel
  1020. ;
  1021. MSG_CO_TZoneM12 (//)
  1022. GMT-12  Kwajalein Islands
  1023. ;
  1024. MSG_CO_TZoneM11 (//)
  1025. GMT-11  Midway Islands, Samoa
  1026. ;
  1027. MSG_CO_TZoneM10 (//)
  1028. GMT-10  Honolulu, Tahiti
  1029. ;
  1030. MSG_CO_TZoneM9 (//)
  1031. GMT-9   Anchorage
  1032. ;
  1033. MSG_CO_TZoneM8 (//)
  1034. GMT-8   Los Angeles, San Francisco (PDT)
  1035. ;
  1036. MSG_CO_TZoneM7 (//)
  1037. GMT-7   Calgary, Denver, Phoenix (MDT)
  1038. ;
  1039. MSG_CO_TZoneM6 (//)
  1040. GMT-6   Chicago, Dallas, Mexico City (CMT)
  1041. ;
  1042. MSG_CO_TZoneM5 (//)
  1043. GMT-5   Lima, Miami, Montreal, New York (EST)
  1044. ;
  1045. MSG_CO_TZoneM4 (//)
  1046. GMT-4   Caracas, Santiago, Thule (ADT)
  1047. ;
  1048. MSG_CO_TZoneM3 (//)
  1049. GMT-3   Buenos Aires, Rio de Janeiro
  1050. ;
  1051. MSG_CO_TZoneM2 (//)
  1052. GMT-2   Brazil East
  1053. ;
  1054. MSG_CO_TZoneM1 (//)
  1055. GMT-1   Azores
  1056. ;
  1057. MSG_CO_TZone0 (//)
  1058. GMT     Dublin, Lisbon, London (GMT)
  1059. ;
  1060. MSG_CO_TZone1 (//)
  1061. GMT+1   Berlin, Paris, Madrid, Oslo (MET)
  1062. ;
  1063. MSG_CO_TZone2 (//)
  1064. GMT+2   Athens, Cairo, Helsinki (EET)
  1065. ;
  1066. MSG_CO_TZone3 (//)
  1067. GMT+3   Baghdad, Kuwait, Moscow, Nairobi
  1068. ;
  1069. MSG_CO_TZone4 (//)
  1070. GMT+4   Dubai, Port Louis, Victoria
  1071. ;
  1072. MSG_CO_TZone5 (//)
  1073. GMT+5   Islamabad, Karachi
  1074. ;
  1075. MSG_CO_TZone6 (//)
  1076. GMT+6   Alma-Ata, Dhaka, Tashkent
  1077. ;
  1078. MSG_CO_TZone7 (//)
  1079. GMT+7   Bangkok, Hanoi, Phnom Penh
  1080. ;
  1081. MSG_CO_TZone8 (//)
  1082. GMT+8   Hong Kong, Shanghai, Singapore (PST)
  1083. ;
  1084. MSG_CO_TZone9 (//)
  1085. GMT+9   Osaka, Seoul, Tokyo
  1086. ;
  1087. MSG_CO_TZone10 (//)
  1088. GMT+10  Melbourne, Sydney, Vladivostok
  1089. ;
  1090. MSG_CO_TZone11 (//)
  1091. GMT+11  New Caldonia
  1092. ;
  1093. MSG_CO_TZone12 (//)
  1094. GMT+12  Auckland, Wellington
  1095. ;
  1096. MSG_CO_MinConfig (//)
  1097. Minimal configuration
  1098. ;
  1099. MSG_CO_RealName (//)
  1100. _Real name
  1101. ;
  1102. MSG_CO_EmailAddress (//)
  1103. _Email address
  1104. ;
  1105. MSG_CO_POPServer (//)
  1106. POP_3 server
  1107. ;
  1108. MSG_CO_Password (//)
  1109. _Password
  1110. ;
  1111. MSG_CO_TimeZone (//)
  1112. Time zone
  1113. ;
  1114. MSG_CO_DaylightSaving (//)
  1115. _Add adjustment for daylight saving time
  1116. ;
  1117. MSG_CO_SendMail (//)
  1118. Send mail (SMTP)
  1119. ;
  1120. MSG_CO_Server (//)
  1121. Server
  1122. ;
  1123. MSG_CO_Domain (//)
  1124. Do_main
  1125. ;
  1126. MSG_CO_Allow8bit (//)
  1127. SMTP server allows _8bit
  1128. ;
  1129. MSG_CO_ReceiveMail (//)
  1130. Receive mail (POP3)
  1131. ;
  1132. MSG_CO_POPUserID (//)
  1133. User _ID
  1134. ;
  1135. MSG_CO_POPActive (//)
  1136. _Active
  1137. ;
  1138. MSG_CO_DeleteServerMail (//)
  1139. Delete mail _on server
  1140. ;
  1141. MSG_CO_UseAPOP (//)
  1142. _Login using APOP
  1143. ;
  1144. MSG_CO_PSNever (//)
  1145. never
  1146. ;
  1147. MSG_CO_PSLarge (//)
  1148. large messages
  1149. ;
  1150. MSG_CO_PSAlways (//)
  1151. always
  1152. ;
  1153. MSG_CO_PSAlwaysFast (//)
  1154. always, only sizes
  1155. ;
  1156. MSG_CO_TWNever (//)
  1157. hide always
  1158. ;
  1159. MSG_CO_TWAuto (//)
  1160. automatic
  1161. ;
  1162. MSG_CO_TWAlways (//)
  1163. show always
  1164. ;
  1165. MSG_CO_Download (//)
  1166. Download
  1167. ;
  1168. MSG_CO_AvoidDuplicates (//)
  1169. _Avoid duplicates
  1170. ;
  1171. MSG_CO_TransferWin (//)
  1172. _Transfer window
  1173. ;
  1174. MSG_CO_PreSelect (//)
  1175. _Pre-selection
  1176. ;
  1177. MSG_CO_UpdateStatus (//)
  1178. Update m_essage status
  1179. ;
  1180. MSG_CO_WarnSize1 (//)
  1181. Size _limit
  1182. ;
  1183. MSG_CO_WarnSize2 (//)
  1184. KB
  1185. ;
  1186. MSG_CO_AutoOperation (//)
  1187. Automatic operation
  1188. ;
  1189. MSG_CO_CheckMail (//)
  1190. Chec_k for new mail every
  1191. ;
  1192. MSG_CO_Minutes (//)
  1193. minutes
  1194. ;
  1195. MSG_CO_DownloadLarge (//)
  1196. _Download large messages
  1197. ;
  1198. MSG_CO_Notification (//)
  1199. Notification
  1200. ;
  1201. MSG_CO_NotiReq (//)
  1202. _Requester
  1203. ;
  1204. MSG_CO_NotiSound (//)
  1205. S_ound
  1206. ;
  1207. MSG_CO_NotiCommand (//)
  1208. Co_mmand
  1209. ;
  1210. MSG_CO_Name (//)
  1211. N_ame
  1212. ;
  1213. MSG_CO_CTNone (//)
  1214. don't combine
  1215. ;
  1216. MSG_CO_CTAnd (//)
  1217. and
  1218. ;
  1219. MSG_CO_CTOr (//)
  1220. or
  1221. ;
  1222. MSG_CO_CTXor (//)
  1223. exclusive or
  1224. ;
  1225. MSG_CO_Comparison (//)
  1226. Comparison
  1227. ;
  1228. MSG_CO_Action (//)
  1229. Action
  1230. ;
  1231. MSG_CO_Remote (//)
  1232. Remote _filter
  1233. ;
  1234. MSG_CO_ApplyToNew (//)
  1235. A_pply to new mail
  1236. ;
  1237. MSG_CO_ApplyToSent (//)
  1238. Apply to sent _mail
  1239. ;
  1240. MSG_CO_ApplyOnReq (//)
  1241. Apply on _request
  1242. ;
  1243. MSG_CO_ActionBounce (//)
  1244. _Bounce
  1245. ;
  1246. MSG_CO_ActionForward (//)
  1247. _Forward
  1248. ;
  1249. MSG_CO_ActionReply (//)
  1250. _Reply
  1251. ;
  1252. MSG_CO_ActionExecute (//)
  1253. _Execute
  1254. ;
  1255. MSG_CO_ActionPlay (//)
  1256. _Play sound
  1257. ;
  1258. MSG_CO_ActionMove (//)
  1259. _Move
  1260. ;
  1261. MSG_CO_ActionDelete (//)
  1262. De_lete
  1263. ;
  1264. MSG_CO_ActionSkip (//)
  1265. D_on't download
  1266. ;
  1267. MSG_CO_HeadNone (//)
  1268. none
  1269. ;
  1270. MSG_CO_HeadShort (//)
  1271. selected
  1272. ;
  1273. MSG_CO_HeadFull (//)
  1274. full
  1275. ;
  1276. MSG_CO_SINone (//)
  1277. none
  1278. ;
  1279. MSG_CO_SIFields (//)
  1280. data only
  1281. ;
  1282. MSG_CO_SIAll (//)
  1283. data and image
  1284. ;
  1285. MSG_CO_SLBlank (//)
  1286. blank line
  1287. ;
  1288. MSG_CO_SLDash (//)
  1289. two dashes
  1290. ;
  1291. MSG_CO_SLBar (//)
  1292. separator bar
  1293. ;
  1294. MSG_CO_SLSkip (//)
  1295. no signature
  1296. ;
  1297. MSG_CO_HeaderLayout (//)
  1298. Header layout
  1299. ;
  1300. MSG_CO_BodyLayout (//)
  1301. Message body layout
  1302. ;
  1303. MSG_CO_OtherOptions (//)
  1304. Other options
  1305. ;
  1306. MSG_CO_WrapHeader (//)
  1307. _Wrap header
  1308. ;
  1309. MSG_CO_OldQuotes (//)
  1310. Old _quotes
  1311. ;
  1312. MSG_CO_UseTextstyles (//)
  1313. Use te_xtstyles
  1314. ;
  1315. MSG_CO_Header (//)
  1316. _Header
  1317. ;
  1318. MSG_CO_SenderInfo (//)
  1319. Sender _info
  1320. ;
  1321. MSG_CO_SignatureSep (//)
  1322. Separate si_g.
  1323. ;
  1324. MSG_CO_ColoredText (//)
  1325. C_olored text
  1326. ;
  1327. MSG_CO_MultiReadWin (//)
  1328. _Multiple windows
  1329. ;
  1330. MSG_CO_CharsetTrans (//)
  1331. Charset _translation
  1332. ;
  1333. MSG_CO_DisplayAll (//)
  1334. Display _all texts
  1335. ;
  1336. MSG_CO_FixedFontEdit (//)
  1337. Use _fixed font
  1338. ;
  1339. MSG_CO_MimeViewers (//)
  1340. MIME viewers
  1341. ;
  1342. MSG_CO_MimeType (//)
  1343. Attachment _type
  1344. ;
  1345. MSG_CO_MimeCmd (//)
  1346. _Viewer
  1347. ;
  1348. MSG_CO_Extension (//)
  1349. E_xtension
  1350. ;
  1351. MSG_CO_DefaultViewer (//)
  1352. De_fault viewer
  1353. ;
  1354. MSG_CO_IdentifyBin (//)
  1355. _Identify binary attachments
  1356. ;
  1357. MSG_CO_MessageHeader (//)
  1358. Message header
  1359. ;
  1360. MSG_CO_ReplyTo (//)
  1361. _Reply to
  1362. ;
  1363. MSG_CO_Organization (//)
  1364. _Organization
  1365. ;
  1366. MSG_CO_ExtraHeaders (//)
  1367. E_xtra headers
  1368. ;
  1369. MSG_CO_MessageBody (//)
  1370. Message body
  1371. ;
  1372. MSG_CO_Welcome (//)
  1373. Welcome _phrase
  1374. ;
  1375. MSG_CO_Greetings (//)
  1376. Closing p_hrase
  1377. ;
  1378. MSG_CO_Editor (//)
  1379. Editor
  1380. ;
  1381. MSG_CO_WordWrap (//)
  1382. _Word wrap
  1383. ;
  1384. MSG_CO_EWOff (//)
  1385. off
  1386. ;
  1387. MSG_CO_EWAsYouType (//)
  1388. as you type
  1389. ;
  1390. MSG_CO_EWBeforeSend (//)
  1391. before sending
  1392. ;
  1393. MSG_CO_ExternalEditor (//)
  1394. _External editor
  1395. ;
  1396. MSG_CO_Launch (//)
  1397. _Launch immediately
  1398. ;
  1399. MSG_CO_PhraseOpen (//)
  1400. Open
  1401. ;
  1402. MSG_CO_PhraseIntro (//)
  1403. Intro
  1404. ;
  1405. MSG_CO_PhraseClose (//)
  1406. Close
  1407. ;
  1408. MSG_CO_Forwarding (//)
  1409. Forwarding
  1410. ;
  1411. MSG_CO_FwdInit (//)
  1412. _Initial phrase
  1413. ;
  1414. MSG_CO_FwdFinish (//)
  1415. _Terminating phrase
  1416. ;
  1417. MSG_CO_Replying (//)
  1418. Replying
  1419. ;
  1420. MSG_CO_RepInit (//)
  1421. Default _reply phrase
  1422. ;
  1423. MSG_CO_AltRepInit (//)
  1424. _Alternative reply phrase
  1425. ;
  1426. MSG_CO_AltRepPat (//)
  1427. Use with these _domains
  1428. ;
  1429. MSG_CO_MLRepInit (//)
  1430. _Mailing list reply phrase
  1431. ;
  1432. MSG_CO_QuoteMail (//)
  1433. _Quote message using
  1434. ;
  1435. MSG_CO_QuoteEmpty (//)
  1436. Quote _empty lines
  1437. ;
  1438. MSG_CO_VerifyAddress (//)
  1439. _Verify recipient address
  1440. ;
  1441. MSG_CO_StripSignature (//)
  1442. Stri_p signature
  1443. ;
  1444. MSG_CO_DefSig (//)
  1445. Default signature
  1446. ;
  1447. MSG_CO_AltSig1 (//)
  1448. Alt. signature #1
  1449. ;
  1450. MSG_CO_AltSig2 (//)
  1451. Alt. signature #2
  1452. ;
  1453. MSG_CO_Signature (//)
  1454. Signature
  1455. ;
  1456. MSG_CO_UseSig (//)
  1457. Use s_ignature
  1458. ;
  1459. MSG_CO_EditSig (//)
  1460. _Edit in external editor
  1461. ;
  1462. MSG_CO_InsertTag (//)
  1463. Insert _random tagline
  1464. ;
  1465. MSG_CO_InsertENV (//)
  1466. Insert E_NV:Signature
  1467. ;
  1468. MSG_CO_Taglines (//)
  1469. Taglines
  1470. ;
  1471. MSG_CO_TaglineFile (//)
  1472. Tagline _file
  1473. ;
  1474. MSG_CO_TaglineSep (//)
  1475. T_agline separator
  1476. ;
  1477. MSG_CO_FixedFontList (//)
  1478. Use _fixed font
  1479. ;
  1480. MSG_CO_SwatchBeat (//)
  1481. Time in Swatch _Beats
  1482. ;
  1483. MSG_CO_LogNone (//)
  1484. none
  1485. ;
  1486. MSG_CO_LogNormal (//)
  1487. normal
  1488. ;
  1489. MSG_CO_LogVerbose (//)
  1490. verbose
  1491. ;
  1492. MSG_CO_PGPExe (//)
  1493. P_GP path
  1494. ;
  1495. MSG_CO_PGPKey (//)
  1496. Your PGP key _ID
  1497. ;
  1498. MSG_CO_EncryptToSelf (//)
  1499. _Encrypt to self
  1500. ;
  1501. MSG_CO_AnonMail (//)
  1502. Anonymous mail
  1503. ;
  1504. MSG_CO_ReMailer (//)
  1505. _Re-Mailer
  1506. ;
  1507. MSG_CO_ReMailerLine (//)
  1508. _Header field
  1509. ;
  1510. MSG_CO_Logfiles (//)
  1511. Logfiles
  1512. ;
  1513. MSG_CO_LogPath (//)
  1514. _Path
  1515. ;
  1516. MSG_CO_LogSplit (//)
  1517. Split _logfile
  1518. ;
  1519. MSG_CO_LogMode (//)
  1520. _Mode
  1521. ;
  1522. MSG_CO_LogAllEvents (//)
  1523. Log _all events
  1524. ;
  1525. MSG_CO_OnStartup (//)
  1526. On program startup
  1527. ;
  1528. MSG_CO_LoadAll (//)
  1529. Load all folders
  1530. ;
  1531. MSG_CO_MarkNew (//)
  1532. Mark new mail as unread
  1533. ;
  1534. MSG_CO_SendStart (//)
  1535. Send mail in outgoing queue
  1536. ;
  1537. MSG_CO_PopStart (//)
  1538. Download new mail
  1539. ;
  1540. MSG_CO_CheckDOB (//)
  1541. Check birthdates
  1542. ;
  1543. MSG_CO_OnTermination (//)
  1544. On program termination
  1545. ;
  1546. MSG_CO_DeleteOld (//)
  1547. Delete old mail
  1548. ;
  1549. MSG_CO_RemoveDel (//)
  1550. Remove deleted mail
  1551. ;
  1552. MSG_CO_ATABnever (//)
  1553. never
  1554. ;
  1555. MSG_CO_ATABask (//)
  1556. ask before
  1557. ;
  1558. MSG_CO_ATABinfoask (//)
  1559. if info available; ask
  1560. ;
  1561. MSG_CO_ATABinfo (//)
  1562. if info available
  1563. ;
  1564. MSG_CO_ATABalways (//)
  1565. always
  1566. ;
  1567. MSG_CO_InfoExc (//)
  1568. Personal data exchange
  1569. ;
  1570. MSG_CO_Gallery (//)
  1571. Save _photos in
  1572. ;
  1573. MSG_CO_MyURL (//)
  1574. UR_L of your picture
  1575. ;
  1576. MSG_CO_AddToAddrbook (//)
  1577. Sa_ve sender's address
  1578. ;
  1579. MSG_CO_ProxyServer (//)
  1580. _HTTP Proxy server
  1581. ;
  1582. MSG_CO_NewGroup (//)
  1583. _Group for new entries
  1584. ;
  1585. MSG_CO_AddInfo (//)
  1586. _Add personal info
  1587. ;
  1588. MSG_CO_Paths (//)
  1589. Paths
  1590. ;
  1591. MSG_CO_Detach (//)
  1592. D_ecode files to
  1593. ;
  1594. MSG_CO_Attach (//)
  1595. _Attach files from
  1596. ;
  1597. MSG_CO_TempDir (//)
  1598. Directory for _tempfiles
  1599. ;
  1600. MSG_CO_AppIcon (//)
  1601. Mailbox status AppIcon
  1602. ;
  1603. MSG_CO_PositionX (//)
  1604. Position _X
  1605. ;
  1606. MSG_CO_CloseGadget (//)
  1607. Close_gadget iconifies program
  1608. ;
  1609. MSG_CO_SaveDelete (//)
  1610. Save/delete messages
  1611. ;
  1612. MSG_CO_ConfirmDelPart1 (//)
  1613. Confirm _deletion of
  1614. ;
  1615. MSG_CO_ConfirmDelPart2 (//)
  1616. or more messages
  1617. ;
  1618. MSG_CO_Remove (//)
  1619. _Remove messages immediately
  1620. ;
  1621. MSG_CO_SaveSent (//)
  1622. Sa_ve sent messages
  1623. ;
  1624. MSG_CO_DispIgnore (//)
  1625. Ignore
  1626. ;
  1627. MSG_CO_DispDeny (//)
  1628. Autodeny
  1629. ;
  1630. MSG_CO_DispAsk (//)
  1631. Ask user
  1632. ;
  1633. MSG_CO_DispAccept (//)
  1634. Accept
  1635. ;
  1636. MSG_CO_MDN (//)
  1637. Message tracking
  1638. ;
  1639. MSG_CO_SendAtOnce (//)
  1640. Send at _once
  1641. ;
  1642. MSG_CO_XPK (//)
  1643. XPK/LhA settings
  1644. ;
  1645. MSG_CO_XPKPack (//)
  1646. _Packer
  1647. ;
  1648. MSG_CO_XPKPackEnc (//)
  1649. Pac_k/protect
  1650. ;
  1651. MSG_CO_Archiver (//)
  1652. _Archiver
  1653. ;
  1654. MSG_CO_ScriptMenu (//)
  1655. 'Scripts' menu entry %ld
  1656. ; COUNT
  1657. ;
  1658. MSG_CO_ScriptStartup (//)
  1659. Program startup
  1660. ;
  1661. MSG_CO_ScriptTerminate (//)
  1662. Program termination
  1663. ;
  1664. MSG_CO_ScriptPreGetMail (//)
  1665. Before getting mail
  1666. ;
  1667. MSG_CO_ScriptPostGetMail (//)
  1668. After getting mail
  1669. ;
  1670. MSG_CO_ScriptNewMsg (//)
  1671. With each new message
  1672. ;
  1673. MSG_CO_ScriptPreSendMail (//)
  1674. Before sending mail
  1675. ;
  1676. MSG_CO_ScriptPostSendMail (//)
  1677. After sending mail
  1678. ;
  1679. MSG_CO_ScriptReadMsg (//)
  1680. When reading a message
  1681. ;
  1682. MSG_CO_ScriptPreWriteMsg (//)
  1683. Before writing a message
  1684. ;
  1685. MSG_CO_ScriptPostWriteMsg (//)
  1686. After writing a message
  1687. ;
  1688. MSG_CO_ScriptClickURL (//)
  1689. When double-clicking an URL
  1690. ;
  1691. MSG_CO_Script (//)
  1692. Sc_ript
  1693. ;
  1694. MSG_CO_OpenConsole (//)
  1695. _Open console window
  1696. ;
  1697. MSG_CO_WaitTerm (//)
  1698. _Wait for termination
  1699. ;
  1700. ; Module CO - Menus
  1701. ;
  1702. MSG_CO_Open (//)
  1703. Open...
  1704. ;
  1705. MSG_CO_SaveAs (//)
  1706. Save as...
  1707. ;
  1708. MSG_CO_Edit (//)
  1709. Edit
  1710. ;
  1711. MSG_CO_ResetDefaults (//)
  1712. Reset to defaults
  1713. ;
  1714. MSG_CO_ResetAll (//)
  1715. Reset all settings
  1716. ;
  1717. MSG_CO_LastSaved (//)
  1718. Last saved
  1719. ;
  1720. MSG_CO_Restore (//)
  1721. Restore
  1722. ;
  1723. MSG_CO_Extras (//)
  1724. Extras
  1725. ;
  1726. MSG_CO_ScanForFolders (//)
  1727. Scan for folders
  1728. ;
  1729. MSG_CO_ImportMIME (//)
  1730. Import MIME viewers & types...
  1731. ;
  1732. ; Module CO - Bubblehelp
  1733. ;
  1734. MSG_HELP_CO_ST_REALNAME (//)
  1735. Your full name\n(first name last name)
  1736. ;
  1737. MSG_HELP_CO_ST_EMAIL (//)
  1738. Your email address.
  1739. ;
  1740. MSG_HELP_CO_ST_POPHOST (//)
  1741. Address of the POP3 server to receive mail.\nIf you leave this field empty, the address\n of the SMTP server is used.
  1742. ;
  1743. MSG_HELP_CO_ST_PASSWD (//)
  1744. Password to access\nthe mail server
  1745. ;
  1746. MSG_HELP_CO_CY_TZONE (//)
  1747. Select the timezone of\nyour current location
  1748. ;
  1749. MSG_HELP_CO_CH_DLSAVING (//)
  1750. Adjust the timezone during daylight\nsaving time (summer time)
  1751. ;
  1752. MSG_HELP_CO_ST_SMTPHOST (//)
  1753. Address of the SMTP server to send mail.\nIf you leave this field empty,\nthe address of the POP3 server is used.
  1754. ;
  1755. MSG_HELP_CO_ST_DOMAIN (//)
  1756. The hostname of your Amiga. Change this\nfield if the HELO commands fails.
  1757. ;
  1758. MSG_HELP_CO_CH_SMTP8BIT (//)
  1759. Don't convert messages to 7bit for transfer.\nOnly use this option if your\nSMTP server supports 8bit transfers!\nOtherwise your messages will get corrupted.
  1760. ;
  1761. MSG_HELP_CO_LV_POP3 (//)
  1762. List of POP3 hosts
  1763. ;
  1764. MSG_HELP_CO_BT_PADD (//)
  1765. Add a new POP3 host to the list
  1766. ;
  1767. MSG_HELP_CO_BT_PDEL (//)
  1768. Remove selected POP3 host from the list
  1769. ;
  1770. MSG_HELP_CO_ST_POPUSERID (//)
  1771. User name to log into the POP3 server.\nIf you leave this field empty, the user-ID\nwill be extracted from your email address.
  1772. ;
  1773. MSG_HELP_CO_CH_DELETE (//)
  1774. Delete messages from\nmail server after\ndownloading
  1775. ;
  1776. MSG_HELP_CO_CH_USEAPOP (//)
  1777. Login using APOP authentication
  1778. ;
  1779. MSG_HELP_CO_CH_POPENABLED (//)
  1780. Connect to this server\nwhen checking for new mail
  1781. ;
  1782. MSG_HELP_CO_CH_AVOIDDUP (//)
  1783. If you don't delete old mail\non the server, use this option to\navoid duplicate messages.
  1784. ;
  1785. MSG_HELP_CO_CH_TRANSWIN (//)
  1786. Show progress window during mail transfers
  1787. ;
  1788. MSG_HELP_CO_CY_MSGSELECT (//)
  1789. Enable this option to show the contents of the POP3 mailbox\nand allow selection of the messages to be downloaded
  1790. ;
  1791. MSG_HELP_CO_CH_UPDSTAT (//)
  1792. Mark new messages in the incoming folder\nas unread before downloading new mail
  1793. ;
  1794. MSG_HELP_CO_ST_WARNSIZE (//)
  1795. Messages which exceed this\nthreshold rank as 'large'
  1796. ;
  1797. MSG_HELP_CO_ST_INTERVAL (//)
  1798. How frequently do you want to check for new mail?\n(enter 0 or no value to disable this feature)?
  1799. ;
  1800. MSG_HELP_CO_CH_DLLARGE (//)
  1801. When automatically checking for new mail,\ndownload large messages even if they are\nlarger than the size specified above
  1802. ;
  1803. MSG_HELP_CO_CH_NOTIREQ (//)
  1804. Show a requester\nwhen you get new mail
  1805. ;
  1806. MSG_HELP_CO_ST_NOTICMD (//)
  1807. The program you want to\nexecute when you get new mail
  1808. ;
  1809. MSG_HELP_CO_ST_NOTISOUND (//)
  1810. The sound file you want to play\nwhen you get new mail
  1811. ;
  1812. MSG_HELP_CO_LV_RULES (//)
  1813. List of filters
  1814. ;
  1815. MSG_HELP_CO_ST_RNAME (//)
  1816. Filter name
  1817. ;
  1818. MSG_HELP_CO_CH_REMOTE (//)
  1819. Apply this filter before downloading a message
  1820. ;
  1821. MSG_HELP_CO_CH_APPLYNEW (//)
  1822. Apply this filter to new messages
  1823. ;
  1824. MSG_HELP_CO_CH_APPLYSENT (//)
  1825. Apply this filter to sent messages
  1826. ;
  1827. MSG_HELP_CO_CH_APPLYREQ (//)
  1828. Apply this filter when you activate\nthe filter function manually
  1829. ;
  1830. MSG_HELP_CO_CY_COMBINE (//)
  1831. How to combine the two\nsearch keys for this filter
  1832. ;
  1833. MSG_HELP_CO_CH_ABOUNCE (//)
  1834. Bounce matching messages to another person
  1835. ;
  1836. MSG_HELP_CO_ST_ABOUNCE (//)
  1837. Email address of the person that gets the bounced messages
  1838. ;
  1839. MSG_HELP_CO_CH_AFORWARD (//)
  1840. Forward matching messages to another person
  1841. ;
  1842. MSG_HELP_CO_ST_AFORWARD (//)
  1843. Email address of the person that gets the forwarded messages
  1844. ;
  1845. MSG_HELP_CO_CH_ARESPONSE (//)
  1846. Send an automatic reply for each matching message
  1847. ;
  1848. MSG_HELP_CO_ST_ARESPONSE (//)
  1849. Text file that contains the response
  1850. ;
  1851. MSG_HELP_CO_CH_AEXECUTE (//)
  1852. Execute a command for each matching message
  1853. ;
  1854. MSG_HELP_CO_ST_AEXECUTE (//)
  1855. Command to execute. The path of the matching\nmessage is passed as an argument.
  1856. ;
  1857. MSG_HELP_CO_CH_APLAY (//)
  1858. Plays a sound file for\neach matching message
  1859. ;
  1860. MSG_HELP_CO_ST_APLAY (//)
  1861. Sound file to play
  1862. ;
  1863. MSG_HELP_CO_CH_AMOVE (//)
  1864. Move matching messages to a different folder
  1865. ;
  1866. MSG_HELP_CO_PO_MOVETO (//)
  1867. Destination folder
  1868. ;
  1869. MSG_HELP_CO_CH_ADELETE (//)
  1870. Delete matching messages
  1871. ;
  1872. MSG_HELP_CO_CH_ASKIP (//)
  1873. Don't download matching messages
  1874. ;
  1875. MSG_HELP_CO_BT_RADD (//)
  1876. Add a new filter
  1877. ;
  1878. MSG_HELP_CO_BT_RDEL (//)
  1879. Remove selected filter
  1880. ;
  1881. MSG_HELP_CO_CA_COL2QUOT (//)
  1882. Adjust the color used for displaying old quotes
  1883. ;
  1884. MSG_HELP_CO_CH_WRAPHEAD (//)
  1885. Display long headers on multiple lines
  1886. ;
  1887. MSG_HELP_CO_CH_TEXTSTYLES (//)
  1888. Interpret / * _ and # as\ncontrol codes for textstyles
  1889. ;
  1890. MSG_HELP_CO_CY_HEADER (//)
  1891. How do you want to\ndisplay the message header\nin the Read window?
  1892. ;
  1893. MSG_HELP_CO_ST_HEADERS (//)
  1894. Specify an AmigaDOS pattern to\nchoose the headers in SELECTED format.\nDefault is (From|To|Date|Subject)
  1895. ;
  1896. MSG_HELP_CO_CY_SENDERINFO (//)
  1897. Information about the sender to display\nin the read window (if available)
  1898. ;
  1899. MSG_HELP_CO_CY_SIGSEPLINE (//)
  1900. Type of the signature\nseparation line
  1901. ;
  1902. MSG_HELP_CO_ST_INTRANS (//)
  1903. Apply this character set translation\nwhen reading messages
  1904. ;
  1905. MSG_HELP_CO_CH_ALLTEXTS (//)
  1906. Display all textual parts\nof a multipart message
  1907. ;
  1908. MSG_HELP_CO_CH_MULTIWIN (//)
  1909. Open a new read window\nfor each selected message
  1910. ;
  1911. MSG_HELP_CO_CA_COLTEXT (//)
  1912. Adjust the color of 'colored' text used\nin the read window and the editor
  1913. ;
  1914. MSG_HELP_CO_CH_FIXFEDIT (//)
  1915. Display messages using\na fixed-width font
  1916. ;
  1917. MSG_HELP_CO_ST_CTYPE (//)
  1918. MIME viewer is activated\nby this attachment type
  1919. ;
  1920. MSG_HELP_CO_ST_COMMAND (//)
  1921. Path and optional arguments of\nthe viewer command. Use %s to\ninsert the datafile.
  1922. ;
  1923. MSG_HELP_CO_BT_MADD (//)
  1924. Add a new MIME viewer
  1925. ;
  1926. MSG_HELP_CO_BT_MDEL (//)
  1927. Remove selected MIME viewer
  1928. ;
  1929. MSG_HELP_CO_ST_EXTENS (//)
  1930. Filename extensions used by this file type
  1931. ;
  1932. MSG_HELP_CO_ST_DEFVIEWER (//)
  1933. Program used to displaying\nattachments of unknown type
  1934. ;
  1935. MSG_HELP_CO_CH_IDENTBIN (//)
  1936. Try to identify the file type\nbefore using the default viewer
  1937. ;
  1938. MSG_HELP_CO_ST_REPLYTO (//)
  1939. Enter the default return address, if\nit differs from your email address.
  1940. ;
  1941. MSG_HELP_CO_ST_ORGAN (//)
  1942. The name of your\ncompany or institute
  1943. ;
  1944. MSG_HELP_CO_ST_EXTHEADER (//)
  1945. Additional message header(s) that will\nbe added to every outgoing message
  1946. ;
  1947. MSG_HELP_CO_ST_HELLOTEXT (//)
  1948. Text to insert at the\ntop of a new message
  1949. ;
  1950. MSG_HELP_CO_ST_BYETEXT (//)
  1951. Text to insert at the\nbottom of a new message
  1952. ;
  1953. MSG_HELP_CO_ST_OUTTRANS (//)
  1954. Apply this characterset translation\non new messages
  1955. ;
  1956. MSG_HELP_CO_ST_EDWRAP (//)
  1957. Word-wrap message text\nat this column
  1958. ;
  1959. MSG_HELP_CO_CH_AUTOBREAK (//)
  1960. Insert real line breaks\nwhile entering a message
  1961. ;
  1962. MSG_HELP_CO_CY_EDWRAP (//)
  1963. Select 'as you type' to insert linebreak\ncodes while you're typing the message
  1964. ;
  1965. MSG_HELP_CO_CH_LAUNCH (//)
  1966. Launch the external editor\nwhen you start a new message
  1967. ;
  1968. MSG_HELP_CO_ST_EDITOR (//)
  1969. Filename of your\nfavorite text editor
  1970. ;
  1971. MSG_HELP_CO_ST_FWDSTART (//)
  1972. Text used to introduce a forwarded message.\nUse the button at the right side to insert a variable.
  1973. ;
  1974. MSG_HELP_CO_ST_FWDEND (//)
  1975. Text to insert at the\nend a forwarded message.
  1976. ;
  1977. MSG_HELP_CO_ST_REPLYTEXT (//)
  1978. Texts used in replies to messages.\nUse the button at the right side to insert a variable.
  1979. ;
  1980. MSG_HELP_CO_ST_AREPLYTEXT (//)
  1981. Use these texts in replies to messages\nif the pattern below matches the recipient address.
  1982. ;
  1983. MSG_HELP_CO_ST_AREPLYPAT (//)
  1984. AmigaDOS pattern that triggers\nthe alternative reply headers
  1985. ;
  1986. MSG_HELP_CO_ST_MREPLYTEXT (//)
  1987. Use these texts in replies to\nmessages from a mailing list.
  1988. ;
  1989. MSG_HELP_CO_CH_QUOTE (//)
  1990. Quote original\nmessage in reply?
  1991. ;
  1992. MSG_HELP_CO_ST_REPLYCHAR (//)
  1993. String that should precede each line of\nthe quoted message. Use the button at\nthe right side to insert a variable.
  1994. ;
  1995. MSG_HELP_CO_CH_QUOTEEMPTY (//)
  1996. Insert quote character(s) for empty lines?
  1997. ;
  1998. MSG_HELP_CO_CH_COMPADDR (//)
  1999. Let the user select the desired recipient address\nif the From and Reply-To addresses are different
  2000. ;
  2001. MSG_HELP_CO_CH_STRIPSIG (//)
  2002. Don't quote signature\nof original message
  2003. ;
  2004. MSG_HELP_CO_CY_SIGNAT (//)
  2005. Select signature to edit
  2006. ;
  2007. MSG_HELP_CO_BT_EDITSIG (//)
  2008. Modify your signature\nusing the editor
  2009. ;
  2010. MSG_HELP_CO_BT_INSTAG (//)
  2011. Insert control code for random taglines
  2012. ;
  2013. MSG_HELP_CO_BT_INSENV (//)
  2014. Insert control code for the\nenviromental variable SIGNATURE
  2015. ;
  2016. MSG_HELP_CO_ST_TAGFILE (//)
  2017. Database containing taglines (\"cookies\")
  2018. ;
  2019. MSG_HELP_CO_ST_TAGSEP (//)
  2020. Character or string used to separate\nthe taglines in the database
  2021. ;
  2022. MSG_HELP_CO_CG_FO (//)
  2023. Columns displayed in the folder list
  2024. ;
  2025. MSG_HELP_CO_CG_MA (//)
  2026. Columns displayed in the message list
  2027. ;
  2028. MSG_HELP_CO_CG_AB (//)
  2029. Columns displayed in the address book
  2030. ;
  2031. MSG_HELP_CO_CH_FIXFLIST (//)
  2032. Display list entries\nusing a fixed-width font
  2033. ;
  2034. MSG_HELP_CO_CH_BEAT (//)
  2035. Display time in Swatch Beats, the\nrevolutionary new unit of time
  2036. ;
  2037. MSG_HELP_CO_ST_PGPCMD (//)
  2038. Directory where the PGP\nexecutable can be found
  2039. ;
  2040. MSG_HELP_CO_ST_MYPGPID (//)
  2041. The ID of your PGP key that's\nused to sign messages
  2042. ;
  2043. MSG_HELP_CO_CH_ENCSELF (//)
  2044. Encrypt new messages with your public key,\nso you can still read or edit sent messages
  2045. ;
  2046. MSG_HELP_CO_ST_REMAILER (//)
  2047. Email address of the remailer service\nused to send anonymous mail
  2048. ;
  2049. MSG_HELP_CO_ST_FIRSTLINE (//)
  2050. Insert this line at the top of your\nmessage if it is sent via remailer
  2051. ;
  2052. MSG_HELP_CO_ST_LOGFILE (//)
  2053. Path where the logfiles will be saved
  2054. ;
  2055. MSG_HELP_CO_CH_SPLITLOG (//)
  2056. Start a new logfile every month
  2057. ;
  2058. MSG_HELP_CO_CY_LOGMODE (//)
  2059. Select type of logging
  2060. ;
  2061. MSG_HELP_CO_CH_LOGALL (//)
  2062. Disable this option to log mail transfers only
  2063. ;
  2064. MSG_HELP_CO_CH_LOADALL (//)
  2065. Load index files of all folders
  2066. ;
  2067. MSG_HELP_CO_CH_MARKNEW (//)
  2068. Change status of new messages to unread
  2069. ;
  2070. MSG_HELP_CO_CH_SEND (//)
  2071. Send queued messages
  2072. ;
  2073. MSG_HELP_CO_CH_POPSTART (//)
  2074. Check for mail
  2075. ;
  2076. MSG_HELP_CO_CH_CHECKBD (//)
  2077. Check the address book and open a reminder\nif it's a person's birthday
  2078. ;
  2079. MSG_HELP_CO_CH_DELETEOLD (//)
  2080. Delete messages that exceed the maximum\nage (see folder configuration)
  2081. ;
  2082. MSG_HELP_CO_CH_REMOVEDEL (//)
  2083. Empty trash folder
  2084. ;
  2085. MSG_HELP_CO_ST_GALLDIR (//)
  2086. Directory to save the\npictures of your correspondents
  2087. ;
  2088. MSG_HELP_CO_ST_PHOTOURL (//)
  2089. WWW address of your portrait image
  2090. ;
  2091. MSG_HELP_CO_CY_ATAB (//)
  2092. Automatically create an address book entry\nfor the sender when your read his/her message?
  2093. ;
  2094. MSG_HELP_CO_ST_PROXY (//)
  2095. Address and optional port number of your\nHTTP proxy server (default port is 80)\nYou may leave this field empty.
  2096. ;
  2097. MSG_HELP_CO_ST_NEWGROUP (//)
  2098. Add new address book entries to this group (it\nwill be created if it doesn't already exist)
  2099. ;
  2100. MSG_HELP_CO_ST_TEMPDIR (//)
  2101. Directory to store\ntemporary files
  2102. ;
  2103. MSG_HELP_CO_ST_DETACHDIR (//)
  2104. Directory to save\nattached files to
  2105. ;
  2106. MSG_HELP_CO_ST_ATTACHDIR (//)
  2107. Default source directory\nfor attachments
  2108. ;
  2109. MSG_HELP_CO_ST_APP (//)
  2110. Position of the mailbox\nAppIcon in pixels
  2111. ;
  2112. MSG_HELP_CO_CH_CLGADGET (//)
  2113. Do you want YAM to iconify when\nyou hit the closegadget?
  2114. ;
  2115. MSG_HELP_CO_CH_CONFIRM (//)
  2116. Do you want to confirm\ndeletion of messages?
  2117. ;
  2118. MSG_HELP_CO_NB_CONFIRMDEL (//)
  2119. Minimum number of messages to\ndisplay the confirmation requester
  2120. ;
  2121. MSG_HELP_CO_CH_REMOVE (//)
  2122. Delete messages instantly, don't\nmove them to the trash folder
  2123. ;
  2124. MSG_HELP_CO_CH_SAVESENT (//)
  2125. Save sent messages in the Sent folder
  2126. ;
  2127. MSG_HELP_CO_RA_MDN_DISP (//)
  2128. When reading a message, send a\ndisposition notification to the\nsender if requested
  2129. ;
  2130. MSG_HELP_CO_RA_MDN_PROC (//)
  2131. When forwarding a message, send a\ndisposition notification to the\nsender if requested
  2132. ;
  2133. MSG_HELP_CO_RA_MDN_DELE (//)
  2134. When deleting a message, send a\ndisposition notification to the\nsender if requested
  2135. ;
  2136. MSG_HELP_CO_RA_MDN_RULE (//)
  2137. When deleting or forwarding a message using\nfilters, send a disposition notification to the sender\nif requested
  2138. ;
  2139. MSG_HELP_CO_CH_SEND_MDN (//)
  2140. Try to send the disposition notification\nas soon it has been generated
  2141. ;
  2142. MSG_HELP_CO_TX_ENCPACK (//)
  2143. XPK library used to protect\nand compress folders
  2144. ;
  2145. MSG_HELP_CO_TX_PACKER (//)
  2146. XPK library used to\ncompress folders
  2147. ;
  2148. MSG_HELP_CO_NB_ENCPACK (//)
  2149. Efficiency of this packer\n100% is best, but slowest
  2150. ;
  2151. MSG_HELP_CO_ST_ARCHIVER (//)
  2152. Archiver command and options used\nto create compressed attachments
  2153. ;
  2154. MSG_HELP_CO_ST_RXNAME (//)
  2155. Description of the script\nin the 'Scripts' menu
  2156. ;
  2157. MSG_HELP_CO_ST_SCRIPT (//)
  2158. Filename of the script
  2159. ;
  2160. MSG_HELP_CO_CY_ISADOS (//)
  2161. Type of the script\n(ARexx or AmigaDOS)
  2162. ;
  2163. MSG_HELP_CO_CH_CONSOLE (//)
  2164. Open a console window to allow input\nand output from the script
  2165. ;
  2166. MSG_HELP_CO_CH_WAITTERM (//)
  2167. Don't run the script asynchronously
  2168. ;
  2169. MSG_HELP_CO_BT_SAVE (//)
  2170. Save current settings
  2171. ;
  2172. MSG_HELP_CO_BT_USE (//)
  2173. Use current settings
  2174. ;
  2175. MSG_HELP_CO_BT_CANCEL (//)
  2176. Close configuration\nwindow and use old\nsettings
  2177. ;
  2178. ; Module AB - Routines
  2179. ;
  2180. MSG_AB_BirthdayReq (//)
  2181. Today, %s reaches age %ld!\nDo you want to send a greetings card?
  2182. ; NAME, AGE
  2183. ;
  2184. MSG_AB_BirthdayReminder (//)
  2185. Birthday Reminder
  2186. ;
  2187. MSG_AB_HappyBirthday (//)
  2188. Happy birthday!
  2189. ;
  2190. MSG_AB_PersonAlias (//)
  2191. Alias (PERSON)
  2192. ;
  2193. MSG_AB_ListAlias (//)
  2194. Alias (LIST)
  2195. ;
  2196. MSG_AB_GroupAlias (//)
  2197. Alias (GROUP)
  2198. ;
  2199. MSG_AB_PrintReqGads (//)
  2200. _Long format|_Short format|_Cancel
  2201. ;
  2202. MSG_AB_PrintReq (//)
  2203. Select print format:
  2204. ;
  2205. MSG_AB_AliasFld (//)
  2206. Alias
  2207. ;
  2208. MSG_AB_FoundEntry (//)
  2209. Found matching entry!\nAlias: %s\nName: %s
  2210. ; ALIAS, NAME
  2211. ;
  2212. MSG_AB_FindEntry (//)
  2213. Find Entry
  2214. ;
  2215. MSG_AB_FindEntryReq (//)
  2216. This module finds a given text in the alias, name, address,\ndescription, street, city or country fields. Please enter\nthe search pattern (AmigaDOS wildchars are supported):
  2217. ;
  2218. MSG_AB_StartSearch (//)
  2219. _Start search
  2220. ;
  2221. MSG_AB_FoundEntryGads (//)
  2222. _Next hit|_Edit hit|_Cancel
  2223. ;
  2224. MSG_AB_NoneFound (//)
  2225. No matching entries found!
  2226. ;
  2227. MSG_AB_Modified (//)
  2228. Address book has been modified!
  2229. ;
  2230. MSG_AB_ModifiedGads (//)
  2231. *_Save|_Use|_Discard changes|_Cancel
  2232. ;
  2233. ; Module AB - Hooks
  2234. ;
  2235. MSG_AB_TitleAlias (//)
  2236. \e8Alias
  2237. ;
  2238. MSG_AB_TitleName (//)
  2239. \e8Name
  2240. ;
  2241. MSG_AB_TitleDescription (//)
  2242. \e8Description
  2243. ;
  2244. MSG_AB_TitleAddress (//)
  2245. \e8Address
  2246. ;
  2247. MSG_AB_TitleStreet (//)
  2248. \e8Street
  2249. ;
  2250. MSG_AB_TitleCity (//)
  2251. \e8City
  2252. ;
  2253. MSG_AB_TitleCountry (//)
  2254. \e8Country
  2255. ;
  2256. MSG_AB_TitlePhone (//)
  2257. \e8Phone
  2258. ;
  2259. MSG_AB_TitleBirthDate (//)
  2260. \e8Birth date
  2261. ;
  2262. MSG_AB_TitlePGPId (//)
  2263. \e8PGP Id
  2264. ;
  2265. MSG_AB_TitleHomepage (//)
  2266. \e8Homepage
  2267. ;
  2268. ; Module AB - Window
  2269. ;
  2270. MSG_AB_MIFind (//)
  2271. Find...
  2272. ;
  2273. MSG_AB_Entry (//)
  2274. Entry
  2275. ;
  2276. MSG_AB_AddUser (//)
  2277. New person...
  2278. ;
  2279. MSG_AB_AddGroup (//)
  2280. New group...
  2281. ;
  2282. MSG_AB_AddList (//)
  2283. New distribution list...
  2284. ;
  2285. MSG_AB_Duplicate (//)
  2286. Duplicate
  2287. ;
  2288. MSG_AB_MIPrint (//)
  2289. Print
  2290. ;
  2291. MSG_AB_MIDelete (//)
  2292. Delete
  2293. ;
  2294. MSG_AB_Sort (//)
  2295. Sort
  2296. ;
  2297. MSG_AB_SortByAlias (//)
  2298. By alias
  2299. ;
  2300. MSG_AB_SortByName (//)
  2301. By last name
  2302. ;
  2303. MSG_AB_SortByFirstname (//)
  2304. By first name
  2305. ;
  2306. MSG_AB_SortByDesc (//)
  2307. By description
  2308. ;
  2309. MSG_AB_SortByAddress (//)
  2310. By address
  2311. ;
  2312. MSG_AB_View (//)
  2313. View
  2314. ;
  2315. MSG_AB_Fold (//)
  2316. Fold all
  2317. ;
  2318. MSG_AB_Unfold (//)
  2319. Unfold all
  2320. ;
  2321. ; Module AB - Toolbar
  2322. ;
  2323. MSG_AB_TBSave (//)
  2324. _Save
  2325. ;
  2326. MSG_AB_TBFind (//)
  2327. _Find
  2328. ;
  2329. MSG_AB_TBNewUser (//)
  2330. _Person
  2331. ;
  2332. MSG_AB_TBNewList (//)
  2333. _List
  2334. ;
  2335. MSG_AB_TBNewGroup (//)
  2336. _Group
  2337. ;
  2338. MSG_AB_TBEdit (//)
  2339. _Edit
  2340. ;
  2341. MSG_AB_TBDelete (//)
  2342. _Delete
  2343. ;
  2344. MSG_AB_TBPrint (//)
  2345. P_rint
  2346. ;
  2347. MSG_AB_TBOpenTree (//)
  2348. _Unfold
  2349. ;
  2350. MSG_AB_TBCloseTree (//)
  2351. F_old
  2352. ;
  2353. ; Module AB - Bubblehelp
  2354. ;
  2355. MSG_HELP_AB_BT_SAVE (//)
  2356. Save current changes
  2357. ;
  2358. MSG_HELP_AB_BT_SEARCH (//)
  2359. Find an entry in\nthe address book
  2360. ;
  2361. MSG_HELP_AB_BT_ADDUSER (//)
  2362. Add a new person to\nyour address book
  2363. ;
  2364. MSG_HELP_AB_BT_ADDGROUP (//)
  2365. Add a new group (directory)\nto your address book
  2366. ;
  2367. MSG_HELP_AB_BT_ADDMLIST (//)
  2368. Add a new distribution list\nto your address book
  2369. ;
  2370. MSG_HELP_AB_BT_EDIT (//)
  2371. Modify selected\nentry
  2372. ;
  2373. MSG_HELP_AB_BT_DELETE (//)
  2374. Delete selected entry\nfrom your address book
  2375. ;
  2376. MSG_HELP_AB_BT_PRINT (//)
  2377. Print selected entry
  2378. ;
  2379. MSG_HELP_AB_BT_OPEN (//)
  2380. Display all entries in\nthe address book
  2381. ;
  2382. MSG_HELP_AB_BT_CLOSE (//)
  2383. Only display root entries\nin the address book
  2384. ;
  2385. MSG_HELP_AB_BT_TO (//)
  2386. Set primary recipient(s)\nfor new message
  2387. ;
  2388. MSG_HELP_AB_BT_CC (//)
  2389. Set secondary recipient(s)\nfor new message
  2390. ;
  2391. MSG_HELP_AB_BT_BCC (//)
  2392. Set blind copy recipient(s)\nfor new message
  2393. ;
  2394. ; Module CL
  2395. ;
  2396. MSG_CL_ErrorEmptyCB (//)
  2397. The clipboard is empty.
  2398. ;
  2399. MSG_CL_ErrorNotFTXT (//)
  2400. The clipboard does not contain text.
  2401. ;
  2402. MSG_CL_ErrorNoArea (//)
  2403. No area marked.
  2404. ;
  2405. MSG_CL_ErrorNoRedo (//)
  2406. Nothing to redo.
  2407. ;
  2408. MSG_CL_ErrorNoUndo (//)
  2409. Nothing to undo.
  2410. ;
  2411. MSG_CL_ErrorNoUndoMem (//)
  2412. There is not enough memory\nto keep the undo buffer.\n\nThe undo buffer is lost.
  2413. ;
  2414. ; Module EA - Procedures
  2415. ;
  2416. MSG_EA_EditUser (//)
  2417. Edit person
  2418. ;
  2419. MSG_EA_EditList (//)
  2420. Edit distribution list
  2421. ;
  2422. MSG_EA_EditGroup (//)
  2423. Edit group
  2424. ;
  2425. ; Module EA - Window
  2426. ;
  2427. MSG_EA_ElectronicMail (//)
  2428. Electronic mail
  2429. ;
  2430. MSG_EA_Alias (//)
  2431. _Alias
  2432. ;
  2433. MSG_EA_RealName (//)
  2434. _Real name
  2435. ;
  2436. MSG_EA_EmailAddress (//)
  2437. E_mail address
  2438. ;
  2439. MSG_EA_PGPId (//)
  2440. PGP _key ID
  2441. ;
  2442. MSG_EA_Homepage (//)
  2443. _Homepage
  2444. ;
  2445. MSG_EA_SnailMail (//)
  2446. S_nail mail
  2447. ;
  2448. MSG_EA_Street (//)
  2449. _Street
  2450. ;
  2451. MSG_EA_City (//)
  2452. C_ity/ZIP
  2453. ;
  2454. MSG_EA_Country (//)
  2455. S_tate/Country
  2456. ;
  2457. MSG_EA_Phone (//)
  2458. _Phone number(s)
  2459. ;
  2460. MSG_EA_Miscellaneous (//)
  2461. Miscellaneous
  2462. ;
  2463. MSG_EA_Description (//)
  2464. D_escription
  2465. ;
  2466. MSG_EA_DOB (//)
  2467. Date of _birth
  2468. ;
  2469. MSG_EA_Portrait (//)
  2470. Portrait
  2471. ;
  2472. MSG_EA_SelectPhoto (//)
  2473. Se_lect
  2474. ;
  2475. MSG_EA_LoadPhoto (//)
  2476. _Download
  2477. ;
  2478. MSG_EA_ReturnAddress (//)
  2479. _Return address
  2480. ;
  2481. MSG_EA_MLName (//)
  2482. _Mailing list name
  2483. ;
  2484. MSG_EA_Members (//)
  2485. Members
  2486. ;
  2487. MSG_EA_Sort (//)
  2488. _Sort
  2489. ;
  2490. ; Module EA - Bubblehelp
  2491. ;
  2492. MSG_HELP_EA_ST_ALIAS (//)
  2493. Identity (e.g. nickname or\nabbreviation) of this entry
  2494. ;
  2495. MSG_HELP_EA_ST_DESCRIPTION (//)
  2496. Comment for this entry
  2497. ;
  2498. MSG_HELP_EA_ST_REALNAME (//)
  2499. Full name of this entry\n(first name last name)
  2500. ;
  2501. MSG_HELP_EA_ST_ADDRESS (//)
  2502. Internet address\nof this entry
  2503. ;
  2504. MSG_HELP_EA_ST_PGPKEY (//)
  2505. Hexadecimal ID of this\nperson's public PGP key
  2506. ;
  2507. MSG_HELP_EA_ST_HOMEPAGE (//)
  2508. URL of the homepage of this person.\nClick the button on the right side\nto load the page into your browser.
  2509. ;
  2510. MSG_HELP_EA_ST_STREET (//)
  2511. Postal address:\nStreet name and number
  2512. ;
  2513. MSG_HELP_EA_ST_CITY (//)
  2514. Postal address:\nCity and postal code
  2515. ;
  2516. MSG_HELP_EA_ST_COUNTRY (//)
  2517. Postal address:\nState and/or country
  2518. ;
  2519. MSG_HELP_EA_ST_PHONE (//)
  2520. Phone and/or FAX number(s)
  2521. ;
  2522. MSG_HELP_EA_ST_BIRTHDAY (//)
  2523. Date of birth\nUse AmigaDOS format,\ne.g. 10-Jan-1950
  2524. ;
  2525. MSG_HELP_EA_BC_PHOTO (//)
  2526. Portrait picture of this person
  2527. ;
  2528. MSG_HELP_EA_BT_SELECTPHOTO (//)
  2529. Select a picture file from disk\n(image datatypes supported)
  2530. ;
  2531. MSG_HELP_EA_BT_LOADPHOTO (//)
  2532. Download a picture of the person\nfrom the YAM User Gallery
  2533. ;
  2534. MSG_HELP_EA_ST_REALNAME_L (//)
  2535. Full name of this distribution list\n(will be used in To: field)
  2536. ;
  2537. MSG_HELP_EA_ST_ADDRESS_L (//)
  2538. Return address to use when\nsending a message to this list
  2539. ;
  2540. MSG_HELP_EA_LV_MEMBERS (//)
  2541. Members of this distribution list
  2542. ;
  2543. MSG_HELP_EA_ST_MEMBER (//)
  2544. Address (and name) or\nalias of a member
  2545. ;
  2546. MSG_HELP_EA_BT_ADD (//)
  2547. Add a new member\nto the list
  2548. ;
  2549. MSG_HELP_EA_BT_DEL (//)
  2550. Remove selected member\nfrom the list
  2551. ;
  2552. MSG_HELP_EA_BT_SORT (//)
  2553. Sort member list alphabetically
  2554. ;
  2555. MSG_HELP_EA_BT_OKAY (//)
  2556. Accept this entry
  2557. ;
  2558. MSG_HELP_EA_BT_CANCEL (//)
  2559. Discard changes
  2560. ;
  2561. ; Module RE - Procedures
  2562. ;
  2563. MSG_RE_MDNGads1 (//)
  2564. Accept and\nsend later|Deny and\nsend later
  2565. ;
  2566. MSG_RE_MDNGads2 (//)
  2567. |Accept and\nsend now|Deny and\nsend now
  2568. ;
  2569. MSG_RE_MDNGads3 (//)
  2570. |Ignore
  2571. ;
  2572. MSG_RE_MDNReq (//)
  2573. The sender of this message request a disposition notification (MDN).\nWhat do you want to do?
  2574. ;
  2575. MSG_RE_SaveMessage (//)
  2576. Save message...
  2577. ;
  2578. MSG_RE_Overwrite (//)
  2579. File '%s' already exists.\nDo you want to overwrite it?
  2580. ; FILENAME
  2581. ;
  2582. MSG_RE_PrintMsg (//)
  2583. Print message
  2584. ;
  2585. MSG_RE_SelectPrintPart (//)
  2586. Select part to print:
  2587. ;
  2588. MSG_RE_PrintGad (//)
  2589. Print
  2590. ;
  2591. MSG_RE_SelectSavePart (//)
  2592. Select part to save:
  2593. ;
  2594. MSG_RE_SaveGad (//)
  2595. Save
  2596. ;
  2597. MSG_RE_DisplayMsg (//)
  2598. Display message
  2599. ;
  2600. MSG_RE_SelectDisplayPart (//)
  2601. Select part to display:
  2602. ;
  2603. MSG_RE_DisplayGad (//)
  2604. Display
  2605. ;
  2606. MSG_RE_BadSig (//)
  2607. WARNING: Bad signature
  2608. ;
  2609. MSG_RE_GoodSig (//)
  2610. Good signature
  2611. ;
  2612. MSG_RE_SigFrom (//)
  2613.  from\n
  2614. ;
  2615. MSG_RE_SigCheck (//)
  2616. Check PGP signature
  2617. ;
  2618. MSG_RE_SaveDecGads (//)
  2619. *_Keep|_Replace|_Cancel
  2620. ;
  2621. MSG_RE_SaveDecReq (//)
  2622. What do you want to do with\noriginal (encrypted) message?
  2623. ;
  2624. MSG_RE_Header (//)
  2625. Header
  2626. ;
  2627. MSG_RE_Letter (//)
  2628. Letter
  2629. ;
  2630. MSG_RE_MDNFrom (//)
  2631. \nFrom:
  2632. ;
  2633. MSG_RE_MDNTo (//)
  2634. \nTo:
  2635. ;
  2636. MSG_RE_MDNSubject (//)
  2637. \nSubject:
  2638. ;
  2639. MSG_RE_MDNMessageID (//)
  2640. \nMessage-ID:
  2641. ;
  2642. MSG_RE_MDNDate (//)
  2643. \nDate:
  2644. ;
  2645. MSG_RE_MDNOrigRecpt (//)
  2646. \nOriginal recipient:
  2647. ;
  2648. MSG_RE_MDNFinalRecpt (//)
  2649. \nFinal recipient:
  2650. ;
  2651. MSG_RE_MDNmanual (//)
  2652.  in response to a user command
  2653. ;
  2654. MSG_RE_MDNauto (//)
  2655.  automatically
  2656. ;
  2657. MSG_RE_MDNdisplay (//)
  2658. The message\n%s\nhas been displayed.\nThis is no guarantee that the content has been read or understood.\n
  2659. ;
  2660. MSG_RE_MDNprocessed (//)
  2661. The message\n%s\nhas been processed%s,\nwithout being displayed to the user. The user may or may not see\nthe message later.\n
  2662. ;
  2663. MSG_RE_MDNdispatched (//)
  2664. The message\n%s\nhas been sent somewhere%s,\nwithout being displayed to the user. The user may or may not see\nthe message later.\n
  2665. ;
  2666. MSG_RE_MDNdeleted (//)
  2667. The message\n%s\nhas been deleted%s.\nThe recipient may or may not have seen the message. The recipient\nmay \"undelete\" the message at a later time and read the message.\n
  2668. ;
  2669. MSG_RE_MDNdenied (//)
  2670. The recipient of the message\n%s\ndoesn't wish to inform you about the disposition of that message.\n
  2671. ;
  2672. MSG_RE_MDNunknown (//)
  2673. The message\n%s\nhas been %s%s.\n
  2674. ;
  2675. MSG_RE_PGPNotAllowed (//)
  2676. >PGP Error<\n\nYou're not allowed to view this PGP encrypted message. Either your PGP software\nisn't configured properly, or the message was encrypted for someone else.\n
  2677. ;
  2678. MSG_RE_MsgReadOnly (//)
  2679. The message can only be read by %s\n
  2680. ; RECIPIENT
  2681. ;
  2682. MSG_RE_AddSender (//)
  2683. Do you want to add the sender\n%s\nto your address book?
  2684. ; SENDER
  2685. ;
  2686. MSG_RE_NewGroupTitle (//)
  2687. Automatically added entries
  2688. ;
  2689. MSG_RE_DownloadPhotoReq (//)
  2690. Do you want to download the photo of the sender\nand add it to your personal gallery?\n(You must be online before clicking the OKAY button)
  2691. ;
  2692. MSG_RE_ContentType (//)
  2693. Content-Type
  2694. ;
  2695. MSG_RE_Description (//)
  2696. Description
  2697. ;
  2698. MSG_RE_UUencodedFile (//)
  2699. UUencoded file
  2700. ;
  2701. MSG_RE_SelectAddressReq (//)
  2702. Selected address: %s\nWhat do you want to do?
  2703. ; ADDRESS
  2704. ;
  2705. MSG_RE_SelectAddressEdit (//)
  2706. *_Write message|_Edit entry|_Cancel
  2707. ;
  2708. MSG_RE_SelectAddressAdd (//)
  2709. *_Write message|_Add entry|_Cancel
  2710. ;
  2711. ; Module RE - Hooks
  2712. ;
  2713. MSG_RE_Original (//)
  2714. Raw format
  2715. ;
  2716. MSG_RE_AllTexts (//)
  2717. Displayed text
  2718. ;
  2719. ; Module RE - Menus
  2720. ;
  2721. MSG_RE_MDisplay (//)
  2722. Display...
  2723. ;
  2724. MSG_RE_SaveAll (//)
  2725. Save all...
  2726. ;
  2727. MSG_RE_Navigation (//)
  2728. Navigation
  2729. ;
  2730. MSG_RE_MNext (//)
  2731. Next message
  2732. ;
  2733. MSG_RE_MPrev (//)
  2734. Previous message
  2735. ;
  2736. MSG_RE_MURNext (//)
  2737. Next unread message
  2738. ;
  2739. MSG_RE_MURPrev (//)
  2740. Previous unread message
  2741. ;
  2742. MSG_RE_MNextTh (//)
  2743. Next message in thread
  2744. ;
  2745. MSG_RE_MPrevTh (//)
  2746. Previous message in thread
  2747. ;
  2748. MSG_RE_ExtractKey (//)
  2749. Extract public key(s)
  2750. ;
  2751. MSG_RE_SaveDecrypted (//)
  2752. Save decrypted message
  2753. ;
  2754. MSG_RE_NoHeaders (//)
  2755. No headers
  2756. ;
  2757. MSG_RE_ShortHeaders (//)
  2758. Short headers
  2759. ;
  2760. MSG_RE_FullHeaders (//)
  2761. Full headers
  2762. ;
  2763. MSG_RE_NoSInfo (//)
  2764. No sender info
  2765. ;
  2766. MSG_RE_SInfo (//)
  2767. Data fields only
  2768. ;
  2769. MSG_RE_SInfoImage (//)
  2770. Data and image
  2771. ;
  2772. MSG_RE_WrapHeader (//)
  2773. Wrap headers
  2774. ;
  2775. MSG_RE_Textstyles (//)
  2776. Textstyles
  2777. ;
  2778. ; Module RE - Toolbar
  2779. ;
  2780. MSG_RE_TBPrev (//)
  2781. _Prev
  2782. ;
  2783. MSG_RE_TBNext (//)
  2784. _Next
  2785. ;
  2786. MSG_RE_TBPrevTh (//)
  2787. Prev_Thr
  2788. ;
  2789. MSG_RE_TBNextTh (//)
  2790. NextT_hr
  2791. ;
  2792. MSG_RE_TBDisplay (//)
  2793. _Display
  2794. ;
  2795. MSG_RE_TBSave (//)
  2796. _Save
  2797. ;
  2798. MSG_RE_TBPrint (//)
  2799. Pr_int
  2800. ;
  2801. MSG_RE_TBDelete (//)
  2802. De_lete
  2803. ;
  2804. MSG_RE_TBMove (//)
  2805. _Move
  2806. ;
  2807. MSG_RE_TBReply (//)
  2808. _Reply
  2809. ;
  2810. MSG_RE_TBForward (//)
  2811. For_ward
  2812. ;
  2813. ; Module RE - Bubblehelp
  2814. ;
  2815. MSG_HELP_RE_BT_PREVIOUS (//)
  2816. Display contents of\nthe previous message
  2817. ;
  2818. MSG_HELP_RE_BT_NEXT (//)
  2819. Display contents of\nthe next message
  2820. ;
  2821. MSG_HELP_RE_BT_QUESTION (//)
  2822. Show the message which\nis being answered here\n(go back in thread)
  2823. ;
  2824. MSG_HELP_RE_BT_ANSWER (//)
  2825. Show the reply\nto this message\n(follow thread)
  2826. ;
  2827. MSG_HELP_RE_BT_DISPLAY (//)
  2828. Use a configured MIME\nviewer to display a\npart of this message
  2829. ;
  2830. MSG_HELP_RE_BT_EXPORT (//)
  2831. Save displayed message or\na part of it to disk
  2832. ;
  2833. MSG_HELP_RE_BT_PRINT (//)
  2834. Send this message\nto the printer
  2835. ;
  2836. MSG_HELP_RE_BT_MOVE (//)
  2837. Move this message to another folder\nand display the next one
  2838. ;
  2839. MSG_HELP_RE_BT_DELETE (//)
  2840. Delete this message and\ndisplay the next one
  2841. ;
  2842. MSG_HELP_RE_BT_REPLY (//)
  2843. Reply to this\nmessage
  2844. ;
  2845. MSG_HELP_RE_BT_FORWARD (//)
  2846. Forward this\nmessage
  2847. ;
  2848. ; Module WR - Procedures
  2849. ;
  2850. MSG_WR_ErrorNoRcpt (//)
  2851. Mail is incomplete: No recipient!
  2852. ;
  2853. MSG_WR_NoRcptReqGad (//)
  2854. _Add recipient later|*_Cancel
  2855. ;
  2856. MSG_WR_PGPMIMEconflict (//)
  2857. PGP/MIME doesn't support attachments: signing/encrypting has been disabled.
  2858. ;
  2859. MSG_WR_DiscardChanges (//)
  2860. Do you really want to discard all modifications to this message?
  2861. ;
  2862. MSG_WR_DiscardChangesGad (//)
  2863. *_Send later|_Discard|_Cancel
  2864. ;
  2865. MSG_WR_SaveTextAs (//)
  2866. Save text as...
  2867. ;
  2868. MSG_WR_AddFile (//)
  2869. Select file(s) to attach...
  2870. ;
  2871. MSG_WR_CreateArc (//)
  2872. Create archive
  2873. ;
  2874. MSG_WR_CreateArcReq (//)
  2875. Please enter a filename\nfor the new archive
  2876. ;
  2877. MSG_WR_InsertFile (//)
  2878. Insert file...
  2879. ;
  2880. ; Module WR - Hooks
  2881. ;
  2882. MSG_WR_TitleFile (//)
  2883. \e8File name
  2884. ;
  2885. MSG_WR_TitleSize (//)
  2886. \e8Size
  2887. ;
  2888. MSG_WR_TitleContents (//)
  2889. \e8Contents
  2890. ;
  2891. MSG_WR_TitleEncoding (//)
  2892. \e8Enc.
  2893. ;
  2894. MSG_WR_TitleDescription (//)
  2895. \e8Description
  2896. ;
  2897. ; Module WR - Window
  2898. ;
  2899. MSG_WR_SecNone (//)
  2900. None
  2901. ;
  2902. MSG_WR_SecSign (//)
  2903. Sign
  2904. ;
  2905. MSG_WR_SecEncrypt (//)
  2906. Encrypt
  2907. ;
  2908. MSG_WR_SecBoth (//)
  2909. Sign and encrypt
  2910. ;
  2911. MSG_WR_SecAnon (//)
  2912. Send anonymously
  2913. ;
  2914. MSG_WR_ImpHigh (//)
  2915. High
  2916. ;
  2917. MSG_WR_ImpNormal (//)
  2918. Normal
  2919. ;
  2920. MSG_WR_ImpLow (//)
  2921. Low
  2922. ;
  2923. MSG_WR_NoSig (//)
  2924. None
  2925. ;
  2926. MSG_WR_DefSig (//)
  2927. Default
  2928. ;
  2929. MSG_WR_AltSig1 (//)
  2930. Alt. #1
  2931. ;
  2932. MSG_WR_AltSig2 (//)
  2933. Alt. #2
  2934. ;
  2935. MSG_WR_WriteWT (//)
  2936. Write message
  2937. ;
  2938. MSG_WR_Subject (//)
  2939. Sub_ject
  2940. ;
  2941. MSG_WR_To (//)
  2942. _To
  2943. ;
  2944. MSG_WR_Add (//)
  2945. _Add file(s)
  2946. ;
  2947. MSG_WR_AddPack (//)
  2948. _Pack & add
  2949. ;
  2950. MSG_WR_Display (//)
  2951. D_isplay
  2952. ;
  2953. MSG_WR_Encoding (//)
  2954. Encoding
  2955. ;
  2956. MSG_WR_ContentType (//)
  2957. _MIME type
  2958. ;
  2959. MSG_WR_Description (//)
  2960. D_escription
  2961. ;
  2962. MSG_WR_CopyTo (//)
  2963. C_opies to
  2964. ;
  2965. MSG_WR_BlindCopyTo (//)
  2966. Hidde_n copies to
  2967. ;
  2968. MSG_WR_From (//)
  2969. _From
  2970. ;
  2971. MSG_WR_ReplyTo (//)
  2972. Reply _to
  2973. ;
  2974. MSG_WR_ExtraHeaders (//)
  2975. _Additional header
  2976. ;
  2977. MSG_WR_SendOpt (//)
  2978. Send Options
  2979. ;
  2980. MSG_WR_DelSend (//)
  2981. _Delete after sending
  2982. ;
  2983. MSG_WR_Receipt (//)
  2984. _Return receipt
  2985. ;
  2986. MSG_WR_GetMDN (//)
  2987. Track _message
  2988. ;
  2989. MSG_WR_AddInfo (//)
  2990. Add _personal info
  2991. ;
  2992. MSG_WR_Importance (//)
  2993. _Importance
  2994. ;
  2995. MSG_WR_Signature (//)
  2996. Signature
  2997. ;
  2998. MSG_WR_Security (//)
  2999. Security
  3000. ;
  3001. MSG_WR_ToQueue (//)
  3002. Send _later
  3003. ;
  3004. MSG_WR_Send (//)
  3005. _Send now
  3006. ;
  3007. MSG_WR_Hold (//)
  3008. _Hold
  3009. ;
  3010. MSG_WR_BounceWT (//)
  3011. Bounce message
  3012. ;
  3013. MSG_WR_BounceTo (//)
  3014. Bounce _to
  3015. ;
  3016. ; Module WR - Toolbar
  3017. ;
  3018. MSG_WR_TBEditor (//)
  3019. Editor
  3020. ;
  3021. MSG_WR_TBInsert (//)
  3022. Insert
  3023. ;
  3024. MSG_WR_TBCut (//)
  3025. Cut
  3026. ;
  3027. MSG_WR_TBCopy (//)
  3028. Copy
  3029. ;
  3030. MSG_WR_TBPaste (//)
  3031. Paste
  3032. ;
  3033. MSG_WR_TBUndo (//)
  3034. Undo
  3035. ;
  3036. MSG_WR_TBBold (//)
  3037. Bold
  3038. ;
  3039. MSG_WR_TBItalic (//)
  3040. Italic
  3041. ;
  3042. MSG_WR_TBUnderlined (//)
  3043. ULined
  3044. ;
  3045. MSG_WR_TBColored (//)
  3046. Colored
  3047. ;
  3048. ; Module WR - Menus
  3049. ;
  3050. MSG_WR_Text (//)
  3051. Text
  3052. ;
  3053. MSG_WR_InsertAs (//)
  3054. Insert as
  3055. ;
  3056. MSG_WR_Plain (//)
  3057. Plain
  3058. ;
  3059. MSG_WR_Quoted (//)
  3060. Quoted
  3061. ;
  3062. MSG_WR_ROT13 (//)
  3063. ROT13 encrypted
  3064. ;
  3065. MSG_WR_LaunchEd (//)
  3066. Launch editor
  3067. ;
  3068. MSG_WR_Edit (//)
  3069. Edit
  3070. ;
  3071. MSG_WR_MCut (//)
  3072. Cut
  3073. ;
  3074. MSG_WR_MCopy (//)
  3075. Copy
  3076. ;
  3077. MSG_WR_MPaste (//)
  3078. Paste
  3079. ;
  3080. MSG_WR_PasteAs (//)
  3081. PasteAs
  3082. ;
  3083. MSG_WR_MUndo (//)
  3084. Undo
  3085. ;
  3086. MSG_WR_Redo (//)
  3087. Redo
  3088. ;
  3089. MSG_WR_Dictionary (//)
  3090. Glossary
  3091. ;
  3092. MSG_WR_Textstyle (//)
  3093. Textstyle
  3094. ;
  3095. MSG_WR_Bold (//)
  3096. Bold
  3097. ;
  3098. MSG_WR_Italic (//)
  3099. Italic
  3100. ;
  3101. MSG_WR_Underlined (//)
  3102. Underlined
  3103. ;
  3104. MSG_WR_Colored (//)
  3105. Alternative color
  3106. ;
  3107. MSG_WR_Separators (//)
  3108. Separators
  3109. ;
  3110. MSG_WR_Thin (//)
  3111. Thin
  3112. ;
  3113. MSG_WR_Thick (//)
  3114. Thick
  3115. ;
  3116. MSG_WR_Emoticons (//)
  3117. Emoticons
  3118. ;
  3119. MSG_WR_Happy (//)
  3120. Happy
  3121. ;
  3122. MSG_WR_Indifferent (//)
  3123. Indifferent
  3124. ;
  3125. MSG_WR_Sad (//)
  3126. Sad/angry
  3127. ;
  3128. MSG_WR_Ironic (//)
  3129. Ironic
  3130. ;
  3131. MSG_WR_SpellCheck (//)
  3132. Type and spell
  3133. ;
  3134. MSG_WR_MAddFile (//)
  3135. Add file...
  3136. ;
  3137. MSG_WR_AddCB (//)
  3138. Add clipboard
  3139. ;
  3140. MSG_WR_AddKey (//)
  3141. Add PGP key
  3142. ;
  3143. MSG_WR_MDelSend (//)
  3144. Delete after sending
  3145. ;
  3146. MSG_WR_MReceipt (//)
  3147. Return receipt
  3148. ;
  3149. MSG_WR_MGetMDN (//)
  3150. Track message
  3151. ;
  3152. MSG_WR_MAddInfo (//)
  3153. Add personal information
  3154. ;
  3155. MSG_WR_MImportance (//)
  3156. Importance
  3157. ;
  3158. ; Module WR - Bubblehelp
  3159. ;
  3160. MSG_HELP_WR_ST_TO (//)
  3161. Address (and name) or alias\nof the primary recipient(s)
  3162. ;
  3163. MSG_HELP_WR_BT_VER (//)
  3164. Verify recipient: find email\naddress for alias or name
  3165. ;
  3166. MSG_HELP_WR_BT_ADR (//)
  3167. Select recipient from\nthe address book
  3168. ;
  3169. MSG_HELP_WR_ST_SUBJECT (//)
  3170. Subject of your message
  3171. ;
  3172. MSG_HELP_WR_BT_EDITOR (//)
  3173. Use external editor to\n modify the message text
  3174. ;
  3175. MSG_HELP_WR_BT_LOAD (//)
  3176. Insert textfile at cursor position
  3177. ;
  3178. MSG_HELP_WR_BT_CUT (//)
  3179. Cut marked text to the clipboard
  3180. ;
  3181. MSG_HELP_WR_BT_COPY (//)
  3182. Copy marked text to the clipboard
  3183. ;
  3184. MSG_HELP_WR_BT_PASTE (//)
  3185. Insert clipboard contents\nat cursor position
  3186. ;
  3187. MSG_HELP_WR_BT_UNDO (//)
  3188. Undo recent changes to the text
  3189. ;
  3190. MSG_HELP_WR_BT_BOLD (//)
  3191. Use bold typeface for marked text
  3192. ;
  3193. MSG_HELP_WR_BT_ITALIC (//)
  3194. Use italic typeface for marked text
  3195. ;
  3196. MSG_HELP_WR_BT_UNDERL (//)
  3197. Underline marked text
  3198. ;
  3199. MSG_HELP_WR_BT_COLOR (//)
  3200. Color marked text
  3201. ;
  3202. MSG_HELP_WR_BT_ADD (//)
  3203. Add an attachment\nto the list
  3204. ;
  3205. MSG_HELP_WR_BT_ADDPACK (//)
  3206. Create an archive from\nseveral files and add it\nas attachment to the list
  3207. ;
  3208. MSG_HELP_WR_BT_DEL (//)
  3209. Remove selected attachment\nfrom the list
  3210. ;
  3211. MSG_HELP_WR_BT_DISPLAY (//)
  3212. Use a configured MIME viewer\nto display this attachment
  3213. ;
  3214. MSG_HELP_WR_RA_ENCODING (//)
  3215. Type of encoding used for the selected attachment.\nUse UUencode only if the recipient hasn't got\na MIME compliant mailer.
  3216. ;
  3217. MSG_HELP_WR_ST_CTYPE (//)
  3218. MIME type for the selected attachment.\nWhenever possible, use one from the popup list.
  3219. ;
  3220. MSG_HELP_WR_ST_DESC (//)
  3221. Optional description for\nthe selected attachment
  3222. ;
  3223. MSG_HELP_WR_ST_CC (//)
  3224. Address (and name) or alias\nof the secondary recipient(s)
  3225. ;
  3226. MSG_HELP_WR_ST_BCC (//)
  3227. Send a blind carbon copy of the\nmessage to this recipient
  3228. ;
  3229. MSG_HELP_WR_ST_EXTHEADER (//)
  3230. Additional message header(s) that\nwill be added to the message
  3231. ;
  3232. MSG_HELP_WR_ST_FROM (//)
  3233. Contents of From header field\n(address and name of the person\nwho's writing this letter)
  3234. ;
  3235. MSG_HELP_WR_ST_REPLYTO (//)
  3236. Return address\nfor this letter
  3237. ;
  3238. MSG_HELP_WR_CH_DELSEND (//)
  3239. Don't store this message\nin the Sent folder
  3240. ;
  3241. MSG_HELP_WR_CH_RECEIPT (//)
  3242. Get a notification on\nsuccessful delivery
  3243. ;
  3244. MSG_HELP_WR_CH_DISPNOTI (//)
  3245. Get a notification if the recipient\nreads or processes the message
  3246. ;
  3247. MSG_HELP_WR_CH_ADDINFO (//)
  3248. Create header fields containing data\nfrom your personal address book entry
  3249. ;
  3250. MSG_HELP_WR_CY_IMPORTANCE (//)
  3251. Set the priority\nof this message
  3252. ;
  3253. MSG_HELP_WR_RA_SIGNATURE (//)
  3254. Which signature do you want\nto append to this letter?
  3255. ;
  3256. MSG_HELP_WR_RA_SECURITY (//)
  3257. Select the one of these security options\nto send your message PGP-signed, encrypted\nor anonymously
  3258. ;
  3259. MSG_HELP_WR_BT_HOLD (//)
  3260. Copy the created message to\nthe outgoing mail folder\nand set its status to HOLD
  3261. ;
  3262. MSG_HELP_WR_BT_QUEUE (//)
  3263. Copy the created message to\nthe outgoing mail folder
  3264. ;
  3265. MSG_HELP_WR_BT_SEND (//)
  3266. Copy the created message to\nthe outgoing mail folder\nand send it immediately
  3267. ;
  3268. MSG_HELP_WR_BT_CANCEL (//)
  3269. Discard the\ncreated message
  3270. ;
  3271. ; Module TR - Procedures
  3272. ;
  3273. MSG_TR_Connecting (//)
  3274. Connecting to mail server...
  3275. ;
  3276. MSG_TR_WaitWelcome (//)
  3277. Connected, awaiting welcome message...
  3278. ;
  3279. MSG_TR_PopLoginReq (//)
  3280. Please enter your POP3 password\nfor account %s@%s
  3281. ; USER_ID, HOST
  3282. ;
  3283. MSG_TR_PopLogin (//)
  3284. POP3 login
  3285. ;
  3286. MSG_TR_SendAPOPLogin (//)
  3287. Sending APOP login information...
  3288. ;
  3289. MSG_TR_SendUserID (//)
  3290. Sending user ID...
  3291. ;
  3292. MSG_TR_SendPassword (//)
  3293. Sending password...
  3294. ;
  3295. MSG_TR_GetStats (//)
  3296. Getting statistics...
  3297. ;
  3298. MSG_TR_Disconnecting (//)
  3299. Disconnecting...
  3300. ;
  3301. MSG_TR_ApplyFilters (//)
  3302. Applying remote filters...
  3303. ;
  3304. MSG_TR_SendHello (//)
  3305. Sending 'Hello'...
  3306. ;
  3307. MSG_TR_MessageGauge (//)
  3308. Message %s of %ld
  3309. ; COUNT, COUNT
  3310. ;
  3311. MSG_TR_SizeGauge (//)
  3312. %%ld of %ld bytes
  3313. ; SIZE, SIZE
  3314. ;
  3315. MSG_TR_TransferStats (//)
  3316. %ld of %ld kb transmitted at %ld cps\nRemaining time: %ld min %ld sec
  3317. ; SIZE, SIZE, SPEED, MINS, SECS
  3318. ;
  3319. MSG_TR_Exporting (//)
  3320. Exporting message...
  3321. ;
  3322. MSG_TR_Sending (//)
  3323. Sending message...
  3324. ;
  3325. MSG_TR_Importing (//)
  3326. Importing message...
  3327. ;
  3328. MSG_TR_DeletingServerMail (//)
  3329. Deleting mail on server...
  3330. ;
  3331. MSG_TR_NewMailReq (//)
  3332. \e8You have new mail!\e2\n\n%3ld messages downloaded,\n%3ld left on server\n%3ld duplicates skipped\n
  3333. ; COUNT, COUNT, COUNT, COUNT
  3334. ;
  3335. MSG_TR_FilterStats (//)
  3336. \nFiltering done:\n%3ld messages checked,\n%3ld redirected,\n%3ld forwarded,\n%3ld auto-replied,\n%3ld command activated,\n%3ld moved,\n%3ld deleted
  3337. ; COUNT, COUNT, COUNT, COUNT, COUNT, COUNT, COUNT
  3338. ;
  3339. MSG_TR_NewMail (//)
  3340. New Mail
  3341. ;
  3342. MSG_TR_Downloading (//)
  3343. Downloading message...
  3344. ;
  3345. ;
  3346. ; Module TR - Window
  3347. ;
  3348. MSG_TR_MailTransferFrom (//)
  3349. Transfer mail from %s
  3350. ; HOST
  3351. ;
  3352. MSG_TR_MailTransferTo (//)
  3353. Transfer mail to %s
  3354. ; HOST
  3355. ;
  3356. MSG_TR_MsgInFile (//)
  3357. Messages in file
  3358. ;
  3359. MSG_TR_MsgOnServer (//)
  3360. Messages on server
  3361. ;
  3362. MSG_TR_Control (//)
  3363. Control
  3364. ;
  3365. MSG_TR_All (//)
  3366. A_ll
  3367. ;
  3368. MSG_TR_DownloadOnly (//)
  3369. _Download only
  3370. ;
  3371. MSG_TR_Leave (//)
  3372. L_eave
  3373. ;
  3374. MSG_TR_Pause (//)
  3375. _Pause
  3376. ;
  3377. MSG_TR_Clear (//)
  3378. _Clear
  3379. ;
  3380. MSG_TR_DeleteOnly (//)
  3381. Delete _only
  3382. ;
  3383. MSG_TR_DownloadDelete (//)
  3384. Do_wnload & delete
  3385. ;
  3386. MSG_TR_Resume (//)
  3387. _Resume
  3388. ;
  3389. MSG_TR_Start (//)
  3390. _Start
  3391. ;
  3392. MSG_TR_Status (//)
  3393. Status
  3394. ;
  3395. MSG_TR_Abort (//)
  3396. _Abort
  3397. ;
  3398. MSG_TR_TransferStats0 (//)
  3399.   0 of   0 kb transmitted at    0 cps\nRemaining time:  0 min  0 sec
  3400. ;
  3401. MSG_TR_BytesGauge0 (//)
  3402.    0 of    0 bytes
  3403. ;
  3404. MSG_TR_MessageGauge0 (//)
  3405. Message  0 of  0
  3406. ;
  3407. ; Module TR - Bubblehelp
  3408. ;
  3409. MSG_HELP_TR_TX_STATUS (//)
  3410. Current state\nof mail transfer
  3411. ;
  3412. MSG_HELP_TR_BT_ABORT (//)
  3413. Abort mail transfer\nas soon as possible
  3414. ;
  3415. ; Module ER - Window
  3416. ;
  3417. MSG_ER_ErrorMessages (//)
  3418. Error messages:
  3419. ;
  3420. MSG_ER_PrevError (//)
  3421. _Previous error
  3422. ;
  3423. MSG_ER_NextError (//)
  3424. _Next error
  3425. ;
  3426. MSG_ER_Clear (//)
  3427. _Delete messages
  3428. ;
  3429. MSG_ER_Close (//)
  3430. _Close window
  3431. ;
  3432. ; Module ER - Error Messages
  3433. ;
  3434. MSG_ER_ErrorTTable (//)
  3435. Couldn't open translation table '%s'\n(non existent or wrong format).
  3436. ; FILENAME
  3437. ;
  3438. MSG_ER_CantCreateFile (//)
  3439. Can't write to file '%s'. Make sure that the path exists and that the volume isn't write-protected.
  3440. ; FILENAME
  3441. ;
  3442. MSG_ER_CantCreateDir (//)
  3443. Can't create directory '%s'. Make sure that the volume isn't write-protected.
  3444. ; PATH
  3445. ;
  3446. MSG_ER_ErrorNoAlias (//)
  3447. You must specify an alias to identify this entry!
  3448. ;
  3449. MSG_ER_ErrorNoAddress (//)
  3450. You must specify an address for this entry!
  3451. ;
  3452. MSG_ER_ErrorDOBformat (//)
  3453. Date of birth is in wrong format. The correct format is DD-MMM-YYYY (month names in English).
  3454. ;
  3455. MSG_ER_NotInGallery (//)
  3456. Couldn't find this person in the YAM user gallery. Either the person doesn't exist in the database or her name or address is misspelled.
  3457. ;
  3458. MSG_ER_NoTCP (//)
  3459. No TCP/IP stack running! A bsdsocket.library-compatible internet stack must be started before you can use this function.
  3460. ;
  3461. MSG_ER_ErrorDateFormat (//)
  3462. Invalid date/time format.\nThe date has to be in AmigaDOS format.\nExample: %s
  3463. ; DATE
  3464. ;
  3465. MSG_ER_ErrorMaxFilters (//)
  3466. Maximum number of filters reached! You can't add more filters.
  3467. ;
  3468. MSG_ER_CantOpenTempfile (//)
  3469. Can't open temporary file '%s'. Check the path settings in the configuration.
  3470. ; FILENAME
  3471. ;
  3472. MSG_ER_CantCreateTempfile (//)
  3473. Can't create temporary file. Reason: out of memory or invalid path specified in the configuration.
  3474. ;
  3475. MSG_ER_ErrorConsole (//)
  3476. Can't open console window for script.
  3477. ;
  3478. MSG_ER_ErrorARexxScript (//)
  3479. Can't send ARexx command '%s'. Make sure that the script exists.
  3480. ; REXX_COMMAND
  3481. ;
  3482. MSG_ER_UnexpEOFB64 (//)
  3483. Unexpected EOF while decoding a BASE64 encoded file. The message seems to be truncated.
  3484. ;
  3485. MSG_ER_UnexpEOFUU (//)
  3486. Unexpected EOF while decoding a UUencoded file. The message seems to be truncated.
  3487. ;
  3488. MSG_ER_InvalidLength (//)
  3489. Invalid line length in UUencoded file: %ld. A defective UUencoder was used or the message is truncated.
  3490. ; SIZE
  3491. ;
  3492. MSG_ER_CreateMailError (//)
  3493. Can't create mail file. Reason: invalid folder directory or unsufficient diskspace.
  3494. ;
  3495. MSG_ER_UnknownEnc (//)
  3496. Unknown MIME encoding: %s. YAM failed decoding a part of the message. Save the message to disk and try with a different decoder.
  3497. ; ENCODING_TYPE
  3498. ;
  3499. MSG_ER_UnknownHeaderEnc (//)
  3500. Unknown header encoding: %s. YAM cannot display a particular message header correctly.
  3501. ; ENCODING_TYPE
  3502. ;
  3503. MSG_ER_MultipartEOF (//)
  3504. Incomplete multipart message: unexpected end of file. The message seems to be truncated.
  3505. ;
  3506. MSG_ER_MIMEError (//)
  3507. Can't extract MIME message. The message contains badly formed MIME parts or it's empty or truncated.
  3508. ;
  3509. MSG_ER_MissingBoundary (//)
  3510. Missing boundary in multipart message. The message seems to be truncated.
  3511. ;
  3512. MSG_ER_CantOpenFile (//)
  3513. Can't read from file '%s'. The file doesn't seem to exists.
  3514. ; FILENAME
  3515. ;
  3516. MSG_ER_UUSize (//)
  3517. Decoded size [%ld] does not\nmatch original size [%ld]. A defective UUencoder was used or the message is truncated.
  3518. ; SIZE, SIZE
  3519. ;
  3520. MSG_ER_DocNotFound (//)
  3521. HTML document '%s' not found. The file doesn't exist on the WWW server.
  3522. ; FILENAME
  3523. ;
  3524. MSG_ER_SendHTTP (//)
  3525. Can't send HTTP request. Requesting a document from the WWW server failed.
  3526. ;
  3527. MSG_ER_ConnectHTTP (//)
  3528. Can't connect to WWW server '%s'. Possible reasons: TCP/IP off-line, invalid address, server is currently down or doesn't support HTTP requests.
  3529. ; HOST
  3530. ;
  3531. MSG_ER_BadResponse (//)
  3532. Bad %s command response: %s.\nThe mail server couldn't execute the command and replied with the error message.
  3533. ; COMMAND, TEXT
  3534. ;
  3535. MSG_ER_UnknownPOP (//)
  3536. Unknown POP3 server: '%s'. TCP/IP is off-line or the server address is invalid.
  3537. ; HOST
  3538. ;
  3539. MSG_ER_UnknownSMTP (//)
  3540. Unknown SMTP server: '%s'. TCP/IP is off-line or the server address is invalid.
  3541. ; HOST
  3542. ;
  3543. MSG_ER_CantConnect (//)
  3544. Can't connect to '%s'. The mail server is currently down or doesn't support the POP3/SMTP protocols.
  3545. ; HOST
  3546. ;
  3547. MSG_ER_NoAPOP (//)
  3548. Your POP3 server doesn't support APOP. Disable the APOP option in your YAM configuration.
  3549. ;
  3550. MSG_ER_ErrorWriteMailfile (//)
  3551. Write error on mail file: %s.\nYAM can't save the message to disk, maybe you're out of diskspace.
  3552. ; FILENAME
  3553. ;
  3554. MSG_ER_ConnectionBroken (//)
  3555. TCP/IP connection broken, probably due to a carrier drop.
  3556. ;
  3557. MSG_ER_InvalidAddress (//)
  3558. Invalid address '%s'. The SMTP server didn't accept the address. Check for illegal characters.
  3559. ; ADDRESS
  3560. ;
  3561. MSG_ER_ErrorReadMailfile (//)
  3562. Read error on mail file: %s.\nThe file exists, but there was an error while reading the file.
  3563. ; FILENAME
  3564. ;
  3565. MSG_ER_UserRemoved (//)
  3566. Directory '%s' not found!\nUser %s has been removed.
  3567. ; PATH
  3568. ;
  3569. MSG_ER_MissingDirectory (//)
  3570. You must specify a directory for the new user!
  3571. ;
  3572. MSG_ER_MissingName (//)
  3573. You must specify a name for the new user!
  3574. ;
  3575. MSG_ER_NoPublicKeys (//)
  3576. No public PGP keys found. Make sure that PGP is installed and the required settings are made in the configuration of YAM.
  3577. ;
  3578. MSG_ER_PGPreturnsError (//)
  3579. The following PGP command returned with an error: '%s'\nCheck the file %s for a diagnosis.
  3580. ; COMMAND, FILENAME
  3581. ;
  3582. MSG_ER_PGPnotfound (//)
  3583. Couldn't execute PGP command.\nCheck if %s exists.
  3584. ; FILENAME
  3585. ;
  3586. MSG_ER_InvalidAlias (//)
  3587. Invalid alias: %s. Multiple addresses are not allowed in this field.
  3588. ; ALIAS
  3589. ;
  3590. MSG_ER_AliasNotFound (//)
  3591. Unknown alias or name: %s. YAM couldn't find the email address of this recipient in the address book. Please verify the spelling.
  3592. ; ALIAS
  3593. ;
  3594. MSG_ER_AmbiguousAlias (//)
  3595. Ambiguous alias or name: %s. There is more than one entry with this name in the address book. Please remove duplicate entries or use unique aliases.
  3596. ; ALIAS
  3597. ;
  3598. MSG_ER_ErrorAddrDontFit (//)
  3599. Addresses don't fit in string gadget. Use a distribution list to avoid this problem.
  3600. ;
  3601. MSG_ER_ErrorNoPGPId (//)
  3602. Couldn't find PGP ID for '%s' in the address book, now trying '%s'.
  3603. ; RECIPIENT, ADDRESS
  3604. ;
  3605. MSG_ER_ErrorAppendKey (//)
  3606. Can't append public PGP key %s. There was a problem extracting it from the PGP keyring.
  3607. ; KEY_ID
  3608. ;
  3609. ; Module DI - Window
  3610. ;
  3611. MSG_DI_Alias (//)
  3612. _Abbreviation
  3613. ;
  3614. MSG_DI_New (//)
  3615. _New
  3616. ;
  3617. MSG_DI_AddSelect (//)
  3618. Add _selection
  3619. ;
  3620. MSG_DI_Delete (//)
  3621. _Delete
  3622. ;
  3623. MSG_DI_Paste (//)
  3624. _Paste
  3625. ;
  3626. ; Module DI - Bubblehelp
  3627. ;
  3628. MSG_HELP_DI_LV_ENTRIES (//)
  3629. List of available abbreviations
  3630. ;
  3631. MSG_HELP_DI_ST_ALIAS (//)
  3632. Abbreviation of selected entry
  3633. ;
  3634. MSG_HELP_DI_BT_NEW (//)
  3635. Add a new abbreviation\nto the glossary
  3636. ;
  3637. MSG_HELP_DI_BT_ADDSELECT (//)
  3638. Create a new entry based on\nthe marked text in the editor
  3639. ;
  3640. MSG_HELP_DI_BT_DELETE (//)
  3641. Remove selected entry
  3642. ;
  3643. MSG_HELP_DI_BT_PASTE (//)
  3644. Insert selected entry at the current\nposition in the text editor
  3645. ;
  3646. ; Module FI - Procedures
  3647. ;
  3648. MSG_FI_GaugeText (//)
  3649. %%ld of %ld messages
  3650. ; COUNT, COUNT
  3651. ;
  3652. MSG_FI_AddFilter (//)
  3653. Add filter
  3654. ;
  3655. MSG_FI_AddFilterReq (//)
  3656. Enter a name for the new filter
  3657. ;
  3658. ; Module FI - Window
  3659. ;
  3660. MSG_FI_StatNew (//)
  3661. New/Unread
  3662. ;
  3663. MSG_FI_StatRead (//)
  3664. Read
  3665. ;
  3666. MSG_FI_StatForwarded (//)
  3667. Forwarded
  3668. ;
  3669. MSG_FI_StatReplied (//)
  3670. Replied
  3671. ;
  3672. MSG_FI_StatQueued (//)
  3673. Queued
  3674. ;
  3675. MSG_FI_StatFailed (//)
  3676. Send failed
  3677. ;
  3678. MSG_FI_StatHold (//)
  3679. On hold
  3680. ;
  3681. MSG_FI_StatSent (//)
  3682. Sent
  3683. ;
  3684. MSG_FI_FromField (//)
  3685. \ebFrom\en field
  3686. ;
  3687. MSG_FI_ToField (//)
  3688. \ebTo\en field
  3689. ;
  3690. MSG_FI_CCField (//)
  3691. \ebCC\en field
  3692. ;
  3693. MSG_FI_ReplyToField (//)
  3694. \ebReply-To\en field
  3695. ;
  3696. MSG_FI_SubjectField (//)
  3697. \ebSubject\en field
  3698. ;
  3699. MSG_FI_DateField (//)
  3700. \ebDate\en field
  3701. ;
  3702. MSG_FI_OtherField (//)
  3703. Other field:
  3704. ;
  3705. MSG_FI_MessageSize (//)
  3706. Message size
  3707. ;
  3708. MSG_FI_MessageHeader (//)
  3709. Message header
  3710. ;
  3711. MSG_FI_MessageBody (//)
  3712. Message body
  3713. ;
  3714. MSG_FI_WholeMessage (//)
  3715. Whole message
  3716. ;
  3717. MSG_FI_SearchIn (//)
  3718. Search in
  3719. ;
  3720. MSG_FI_CaseSensitive (//)
  3721. Case sensitive
  3722. ;
  3723. MSG_FI_SubString (//)
  3724. Substring search
  3725. ;
  3726. ; Module FI - Window
  3727. ;
  3728. MSG_FI_FindMessages (//)
  3729. Find Messages
  3730. ;
  3731. MSG_FI_AllFolders (//)
  3732. _everywhere
  3733. ;
  3734. MSG_FI_FindIn (//)
  3735. Find in
  3736. ;
  3737. MSG_FI_FindWhat (//)
  3738. Find what
  3739. ;
  3740. MSG_FI_UseFilter (//)
  3741. _Use filter settings
  3742. ;
  3743. MSG_FI_AddAsFilter (//)
  3744. Add as _new filter
  3745. ;
  3746. MSG_FI_Results (//)
  3747. Results
  3748. ;
  3749. MSG_FI_StartSearch (//)
  3750. _Start search
  3751. ;
  3752. MSG_FI_SelectMatched (//)
  3753. Select _matched
  3754. ;
  3755. MSG_FI_ReadMessage (//)
  3756. _Read message
  3757. ;
  3758. MSG_FI_Abort (//)
  3759. _Abort
  3760. ;
  3761. ; Module FI - Bubblehelp
  3762. ;
  3763. MSG_HELP_FI_LV_FOLDERS (//)
  3764. Select one or more\nfolders to search in
  3765. ;
  3766. MSG_HELP_FI_BT_ALL (//)
  3767. Include all folders in your search
  3768. ;
  3769. MSG_HELP_FI_PO_FROMRULE (//)
  3770. Get search criteria\nfrom a filter
  3771. ;
  3772. MSG_HELP_FI_BT_TORULE (//)
  3773. Create a new filter from\nthese search criteria
  3774. ;
  3775. MSG_HELP_FI_BT_SEARCH (//)
  3776. Start the search and display\nthe results in the list above
  3777. ;
  3778. MSG_HELP_FI_BT_SELECT (//)
  3779. Select matching messages\nin the main window
  3780. ;
  3781. MSG_HELP_FI_BT_READ (//)
  3782. Display selected message/nfrom the list above
  3783. ;
  3784. MSG_HELP_FI_BT_ABORT (//)
  3785. Stop searching
  3786. ;
  3787. MSG_HELP_FI_CY_MODE (//)
  3788. Field or message part that\nshould match the pattern
  3789. ;
  3790. MSG_HELP_FI_ST_FIELD (//)
  3791. Name of header field to search in
  3792. ;
  3793. MSG_HELP_FI_RA_ADRMODE (//)
  3794. Choose whether you want to search in the\naddress or realname part of the field
  3795. ;
  3796. MSG_HELP_FI_CY_STATUS (//)
  3797. Message status to match
  3798. ;
  3799. MSG_HELP_FI_ST_MATCH (//)
  3800. Search pattern (AmigaDOS\nwildchars are supported)
  3801. ;
  3802. MSG_HELP_FI_CH_CASESENS (//)
  3803. Should the search\nbe case sensitive?
  3804. ;
  3805. MSG_HELP_FI_CH_SUBSTR (//)
  3806. Enable partial string search
  3807. ;
  3808. MSG_HELP_FI_CY_COMP (//)
  3809. Type of comparison. Select <> to get all messages that\ndon't match the pattern, IN to use a file of patterns
  3810. ;
  3811. ; Module US - Routines
  3812. ;
  3813. MSG_US_EnterPassword (//)
  3814. Please enter your password
  3815. ;
  3816. MSG_US_TitleUserName (//)
  3817. User name
  3818. ;
  3819. MSG_US_TitleMailDir (//)
  3820. Mail directory
  3821. ;
  3822. MSG_US_WaitLogin (//)
  3823. Waiting for user login...
  3824. ;
  3825. MSG_US_RemoveReq (//)
  3826. All messages, folders and configuration\nfiles belonging to this user will be lost!\nDo you really want to remove the user?
  3827. ;
  3828. MSG_US_RemoveReqGads (//)
  3829. *_Okay|_Keep files|_Cancel
  3830. ;
  3831. MSG_US_ErrorNoDirectory (//)
  3832. Mail directory not found.\nDo you want to create it?
  3833. ;
  3834. ; Module US - Window
  3835. ;
  3836. MSG_US_UserName (//)
  3837. _User name
  3838. ;
  3839. MSG_US_MailDirectory (//)
  3840. _Mail directory
  3841. ;
  3842. MSG_US_GlobalAddrBook (//)
  3843. Use global address _book
  3844. ;
  3845. MSG_US_GlobalDict (//)
  3846. Use global _glossary
  3847. ;
  3848. MSG_US_CopyConfig (//)
  3849. C_opy configuration from current user
  3850. ;
  3851. MSG_US_Password (//)
  3852. _Password
  3853. ;
  3854. MSG_US_SuperVisor (//)
  3855. _Supervisor privileges
  3856. ;
  3857. MSG_US_AddUser (//)
  3858. _Add user
  3859. ;
  3860. MSG_US_DelUser (//)
  3861. _Delete user
  3862. ;
  3863. ; Module US - Bubblehelp
  3864. ;
  3865. MSG_HELP_US_ST_USER (//)
  3866. Name of the new YAM user
  3867. ;
  3868. MSG_HELP_US_ST_MAILDIR (//)
  3869. Directory to store the\nfolders and config files\nof the new user account
  3870. ;
  3871. MSG_HELP_US_CH_USEADDR (//)
  3872. Share address book\nwith other users
  3873. ;
  3874. MSG_HELP_US_CH_USEDICT (//)
  3875. Share glossary\nwith other users
  3876. ;
  3877. MSG_HELP_US_ST_PASSWD (//)
  3878. Password required for this user to login
  3879. ;
  3880. MSG_HELP_US_CH_ROOT (//)
  3881. Enable this option if the user\nmay add or remove other users
  3882. ;
  3883. MSG_HELP_US_CH_CLONE (//)
  3884. Use current configuration as\ndefault for the new account
  3885. ;
  3886. MSG_HELP_US_BT_ADD (//)
  3887. Create the new account
  3888. ;
  3889. MSG_HELP_US_BT_DEL (//)
  3890. Remove selected account
  3891. ;
  3892. ;
  3893. ; Module FO - Routines
  3894. ;
  3895. MSG_FO_NewSepReq (//)
  3896. Optional label for the separator
  3897. ;
  3898. MSG_FO_NewFolderReq (//)
  3899. What settings do you want to use for the new folder?\nSelect 'Existing directory' if the folder already exists\non your disk
  3900. ;
  3901. MSG_FO_NewFolderGads (//)
  3902. *_Internal defaults|_Like current|_Existing directory|_Cancel
  3903. ;
  3904. MSG_FO_SelectDir (//)
  3905. Select directory...
  3906. ;
  3907. ;
  3908. ; Module FO - Window
  3909. ;
  3910. MSG_FO_MessageDate (//)
  3911. Message date
  3912. ;
  3913. MSG_FO_DateRecvd (//)
  3914. Date received
  3915. ;
  3916. MSG_FO_FMNormal (//)
  3917. normal
  3918. ;
  3919. MSG_FO_FMSimple (//)
  3920. simple protection
  3921. ;
  3922. MSG_FO_FMPack (//)
  3923. compressed
  3924. ;
  3925. MSG_FO_FMEncPack (//)
  3926. compressed with password
  3927. ;
  3928. MSG_FO_FTRcvdMail (//)
  3929. received mail
  3930. ;
  3931. MSG_FO_FTSentMail (//)
  3932. sent mail
  3933. ;
  3934. MSG_FO_FTBothMail (//)
  3935. received and sent
  3936. ;
  3937. MSG_FO_FTSeparate (//)
  3938. separator
  3939. ;
  3940. MSG_FO_EditFolder (//)
  3941. Folder settings
  3942. ;
  3943. MSG_FO_Properties (//)
  3944. Properties
  3945. ;
  3946. MSG_FO_MaxAge (//)
  3947. Ma_x. age
  3948. ;
  3949. MSG_FO_FolderType (//)
  3950. T_ype
  3951. ;
  3952. MSG_FO_FolderMode (//)
  3953. _Mode
  3954. ;
  3955. MSG_FO_SortBy (//)
  3956. S_ort by
  3957. ;
  3958. MSG_FO_ThenBy (//)
  3959. T_hen by
  3960. ;
  3961. MSG_FO_Reverse (//)
  3962. Rev
  3963. ;
  3964. MSG_FO_MLSupport (//)
  3965. Mailing list support
  3966. ;
  3967. MSG_FO_ToPattern (//)
  3968. To: _pattern
  3969. ;
  3970. MSG_FO_ToAddress (//)
  3971. _To: address
  3972. ;
  3973. ; Module FO - Bubblehelp
  3974. ;
  3975. MSG_HELP_FO_ST_FNAME (//)
  3976. Folder name
  3977. ;
  3978. MSG_HELP_FO_TX_FPATH (//)
  3979. Directory where the messages of\nthe selected folder are stored
  3980. ;
  3981. MSG_HELP_FO_ST_MAXAGE (//)
  3982. Old messages will automatically\nbe deleted after this time (in days).\nEnter 0 or no value to disable this feature.
  3983. ;
  3984. MSG_HELP_FO_CY_FTYPE (//)
  3985. Type of custom archive folder\n(in/out/both)
  3986. ;
  3987. MSG_HELP_FO_CY_FMODE (//)
  3988. Folders can be password-protected\nand/or compressed using XPK
  3989. ;
  3990. MSG_HELP_FO_CY_SORT0 (//)
  3991. Primary sorting order of the\nmessage in this folder
  3992. ;
  3993. MSG_HELP_FO_CY_SORT1 (//)
  3994. Secondary sorting order of the\nmessage in this folder
  3995. ;
  3996. MSG_HELP_FO_CH_REVERSE (//)
  3997. Reversed sorting
  3998. ;
  3999. MSG_HELP_FO_ST_MLPATTERN (//)
  4000. A message belongs to a mailing list\nif the To: field matches this pattern
  4001. ;
  4002. MSG_HELP_FO_ST_MLADDRESS (//)
  4003. Use this recipient address for\na reply to a mailing list message
  4004. ;
  4005. ;
  4006. ; BUSY messages
  4007. ;
  4008. MSG_BusySavingAB (//)
  4009. Saving address book '%s'...
  4010. ; FILENAME
  4011. ;
  4012. MSG_BusyPrintingAB (//)
  4013. Printing address book...
  4014. ;
  4015. MSG_BusySavingDI (//)
  4016. Saving glossary...
  4017. ;
  4018. MSG_BusyLoadingDI (//)
  4019. Loading glossary...
  4020. ;
  4021. MSG_BusyDownloadingPic (//)
  4022. Downloading portrait of %s...
  4023. ; NAME
  4024. ;
  4025. MSG_BusyUncompressingFO (//)
  4026. (De)compressing folders...
  4027. ;
  4028. MSG_BusyMoving (//)
  4029. Moving/copying %s messages...
  4030. ; COUNT
  4031. ;
  4032. MSG_BusyRemovingAtt (//)
  4033. Removing attachments...
  4034. ;
  4035. MSG_BusyDeleting (//)
  4036. Deleting %s message(s)...
  4037. ; COUNT
  4038. ;
  4039. MSG_BusyFiltering (//)
  4040. Applying filters...
  4041. ;
  4042. MSG_BusyDeletingOld (//)
  4043. Deleting old mail...
  4044. ;
  4045. MSG_BusyEmptyingTrash (//)
  4046. Emptying trash folder...
  4047. ;
  4048. MSG_BusyGettingVerInfo (//)
  4049. Getting update information...
  4050. ;
  4051. MSG_BusyLoadingIndex (//)
  4052. Loading index of folder '%s'...
  4053. ; FOLDER
  4054. ;
  4055. MSG_BusySavingIndex (//)
  4056. Saving index of folder '%s'...
  4057. ; FOLDER
  4058. ;
  4059. MSG_BusyScanning (//)
  4060. Scanning directory of folder '%s'...
  4061. ; FOLDER
  4062. ;
  4063. MSG_BusyReading (//)
  4064. Reading message...
  4065. ;
  4066. MSG_BusyDisplaying (//)
  4067. Displaying message...
  4068. ;
  4069. MSG_BusyDisplayingList (//)
  4070. Displaying messages...
  4071. ;
  4072. MSG_BusyPGPrunning (//)
  4073. PGP operation...
  4074. ;
  4075. MSG_BusyComposing (//)
  4076. Composing message...
  4077. ;
  4078. MSG_BusyDecPrinting (//)
  4079. Decoding/printing...
  4080. ;
  4081. MSG_BusyDecSaving (//)
  4082. Decoding/saving...
  4083. ;
  4084. MSG_BusyDecDisplaying (//)
  4085. Decoding/displaying...
  4086. ;
  4087. ; ADDED AFTER 13-MAR-1999
  4088. ;
  4089. MSG_RE_FollowThreadReq (//)
  4090. In order to follow the thread, YAM has to load all indices.\nThis may be time consuming. Do you want to continue?
  4091. ;
  4092. MSG_CTapplicationadosscript (//)
  4093. AmigaDOS script
  4094. ;
  4095. MSG_CTapplicationrexx (//)
  4096. Rexx script
  4097. ;
  4098.